primaryKey.Mixture {IdMappingAnalysis}R Documentation

Retrieves a primary key for a given Mixture object

Description

Retrieves a primary key for a given Mixture object.

Usage

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

Arguments

...

Not used

Value

A character string representing primary key for given Mixture object

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see Mixture.

Examples

 examples$mixture$primaryKey();
 

[Package IdMappingAnalysis version 1.24.0 Index]