secondaryKey.IdMapBase {IdMappingAnalysis} | R Documentation |
Retrieves a secondary key for a given IdMapBase object.
## S3 method for class 'IdMapBase' secondaryKey(this, ...)
... |
Not used |
A character
string representing secondary key for given IdMapBase object
Alex Lisovich, Roger Day
For more information see IdMapBase
.
obj<-IdMapBase(examples$identDfList[[1]]); obj$secondaryKey();