mapAttach {datamap} | R Documentation |
Creates a user defined database object and attaches it to the search path.
Arguments are the same as attach
.
mapAttach(map,pos=2,name=NULL,warn.conflicts=TRUE)
map |
datamap object. |
pos |
integer specify where to attach map on search path. |
name |
name to use for the attached database. If name is missing, then it defaults to 'datamap:MapType' where MapType is the type of the datamap object. |
warn.conflicts |
see |
See attach
.