Description Usage Arguments Value Author(s) See Also Examples
Create a single IDMap object each secondary ID set of which is a union of all secondary IDs in a JointIdMap object for a given primary ID
1 2 | ## S3 method for class 'JointIdMap'
getUnionIdMap(this, verbose=FALSE, ...)
|
verbose |
if |
... |
Not used |
A union IdMap object
Alex Lisovich, Roger Day
For more information see JointIdMap
.
1 2 3 4 | jointIdMap<-JointIdMap(examples$identDfList);
idMap<-jointIdMap$getUnionIdMap(verbose=TRUE);
idMap[1:10,];
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.