Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 6 of 6 found.
[1] < 1 > [1]  Sort:

newMapper (Package: datamap) : Function for creating new mapper types

A mapper is a collection of functions that define how a type of foreign object is accessed. newMapper creates a new mapper object, assigns it a type, and places it in the global Mapper database.
● Data Source: CranContrib
● Keywords: environment, programming
● Alias: newMapper
● 0 images

Mappers (Package: datamap) : Global list of Mappers

Global list of datamap mappers.
● Data Source: CranContrib
● Keywords: environment, programming
● Alias: Mappers
● 0 images

mapAttach (Package: datamap) : Attach a datamap object to the search path

Creates a user defined database object and attaches it to the search path. Arguments are the same as attach.
● Data Source: CranContrib
● Keywords: environment, programming
● Alias: mapAttach
● 0 images

install (Package: datamap) : Function for creating bindings to named foreign objects in a datamap object

install creates the binding for the named foreign object in the datamap object. The foreign object is not created.
● Data Source: CranContrib
● Keywords: environment, programming
● Alias: install
● 0 images

newMap (Package: datamap) : Function for creating datamap objects

A datamap is an object database for accessing and storing foreign objects. newMap creates the object based on the provided mapper type.
● Data Source: CranContrib
● Keywords: environment, programming
● Alias: newMap
● 0 images

uninstall (Package: datamap) : Function for removing named foreign objects from a datamap object

uninstall removes the binding for the named foreign object from the datamap object. The foreign object is not deleted.
● Data Source: CranContrib
● Keywords: environment, programming
● Alias: uninstall
● 0 images