getMapNames.JointUniquePairs {IdMappingAnalysis}R Documentation

Get the names of UniquePairs objects encapsulated within the given JointUniquePairs object

Description

Get the names of UniquePairs objects encapsulated within the given JointUniquePairs object.

Usage

## S3 method for class 'JointUniquePairs'
getMapNames(this, ...)

Arguments

...

Not used

Value

A character vector of IdMap names

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see JointUniquePairs.

Examples

 examples$jointUniquePairs$getMapNames();
 

[Package IdMappingAnalysis version 1.30.0 Index]