Learn R Programming

IdMappingAnalysis (version 1.16.0)

secondaryKey.IdMapBase: Retrieves a secondary key for a given IdMapBase object

Description

Retrieves a secondary key for a given IdMapBase object.

Usage

"secondaryKey"(this, ...)

Arguments

...
Not used

Value

character string representing secondary key for given IdMapBase object

See Also

For more information see IdMapBase.

Examples

Run this code
 obj<-IdMapBase(examples$identDfList[[1]]);
 obj$secondaryKey();
 

Run the code above in your browser using DataLab