getMapNames.JointIdMap: Get the names of IdMap objects encapsulated within the given...

Description Usage Arguments Value Author(s) See Also Examples

Description

Get the names of IdMap objects encapsulated within the given JointIdMap object.

Usage

1
2
## S3 method for class 'JointIdMap'
getMapNames(this, ...)

Arguments

...

Not used

Value

A character vector of IdMap names

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see JointIdMap.

Examples

1
2
3
 jointIdMap<-JointIdMap(examples$identDfList);
 jointIdMap$getMapNames();
 

IdMappingAnalysis documentation built on Oct. 31, 2019, 3:30 a.m.