Description Usage Arguments Value Author(s) Examples
Create a UniquePairs object by converting a single IdMap or a list of Id Maps into a single or list of unique pairs data structures optionally intersecting the secondary ID set with an external secondary ID set if farther data size reduction is necessary
1 2 3 4 5 6 |
idMapSet |
an object or a list of object which can be coerced into IdMap object(s) to be converted into UniquePairs object (list). |
secondaryIDs |
optional secondary ID list on which the resulting UniquePairs object is intersected. Default is NULL (not present). |
keepMissing |
ogical indicating if the rows with empty secondary IDs should removed from the resulting object. Default is FALSE (keep such rows) |
verbose |
if |
... |
Not used |
A UniquePairs object or a list
of UniquePairs objects
Alex Lisovich, Roger Day
1 2 3 | uniquePairs<-UniquePairs$create(IdMap(examples$identDfList[[1]]));
uniquePairsList<-UniquePairs$create(examples$identDfList,verbose=TRUE);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.