Learn R Programming

datamap (version 0.1-1)

A system for mapping foreign objects to R variables and environments

Description

datamap utilizes variable bindings and objects of class "UserDefinedDatabase" to provide a simple mapping system to foreign objects. Maps can be used as environments or attached to the search path, and changes to either are persistent. Mapped foreign objects are fetched in real-time and are never cached by the mapping system.

Copy Link

Version

Install

install.packages('datamap')

Monthly Downloads

4

Version

0.1-1

License

GPL-2

Maintainer

Jeffrey Horner

Last Published

December 3rd, 2009

Functions in datamap (0.1-1)

mapAttach

Attach a datamap object to the search path
uninstall

Function for removing named foreign objects from a datamap object
newMap

Function for creating datamap objects
newMapper

Function for creating new mapper types
install

Function for creating bindings to named foreign objects in a datamap object