install {datamap}R Documentation

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

Description

install creates the binding for the named foreign object in the datamap object. The foreign object is not created.

Usage

        install( symbols, map )

Arguments

symbols A non-zero length character vector naming the bindings to be created in the map.
map A datamap object.

See Also

uninstall


[Package datamap version 0.1-1 Index]