mapAttach {datamap}R Documentation

Attach a datamap object to the search path

Description

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

Usage

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


[Package datamap version 0.1-1 Index]