mapAttach: Attach a datamap object to the search path

Description Usage Arguments Value See Also

Description

Creates a user defined database object and attaches it to the search path. Arguments are the same as attach.

Usage

1
mapAttach(map,pos=2,name=NULL,warn.conflicts=TRUE)

Arguments

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 attach.

Value

See attach.

See Also

attach


datamap documentation built on May 2, 2019, 1:28 p.m.

Related to mapAttach in datamap...