Learn R Programming

IdMappingAnalysis (version 1.16.0)

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

Description

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

Usage

"getMapNames"(this, ...)

Arguments

...
Not used

Value

character vector of IdMap names

See Also

For more information see JointIdMap.

Examples

Run this code
 jointIdMap<-JointIdMap(examples$identDfList);
 jointIdMap$getMapNames();
 

Run the code above in your browser using DataLab