primaryKey.CorrData {IdMappingAnalysis}R Documentation

Retrieves a primary key for a given CorrData object

Description

Retrieves a primary key for a given CorrData object.

Usage

## S3 method for class 'CorrData'
primaryKey(this, ...)

Arguments

...

Not used

Value

A character string representing primary key for given CorrData object

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see CorrData.

Examples

 examples$corrData$primaryKey();
 

[Package IdMappingAnalysis version 1.30.0 Index]