uninstall {datamap}R Documentation

Function for removing named foreign objects from a datamap object

Description

uninstall removes the binding for the named foreign object from the datamap object. The foreign object is not deleted.

Usage

        uninstall( symbols, map )

Arguments

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

See Also

install


[Package datamap version 0.1-1 Index]