uninstall {datamap} | R Documentation |
uninstall
removes the binding for the named foreign object
from the datamap object. The foreign object is not deleted.
uninstall( symbols, map )
symbols |
A non-zero length character vector naming the bindings to be removed from the map. |
map |
A datamap object. |