Description Usage Arguments Value Author(s) See Also Examples
Retrieves a primary key for a given IdMapBase object.
The method can be used as object specific as well as static. In the latter case
the method can accept a data.frame
using IdMapBase$primaryKey(<data.frame>) signature
returning the name of the <data.frame> first column.
1 2 | ## S3 method for class 'IdMapBase'
primaryKey(this, DF=NULL, ...)
|
... |
Not used |
A character
string representing primary key for given IdMapBase object
Alex Lisovich, Roger Day
For more information see IdMapBase
.
1 2 3 | obj<-IdMapBase(examples$identDfList[[1]]);
obj$primaryKey();
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.