Description Usage Arguments Value Author(s) Examples
Swap the primary and secondary key columns.
1 2 3 4 5 6 |
uniquePairs |
The UniquePairs object or a list of UniquePairs objects which keys to be swapped. |
... |
Not used. |
UniquePairs object or list of UniquePairs objects with swapped keys.
Alex Lisovich, Roger Day
1 2 3 4 5 | pairs<-UniquePairs$create(examples$identDfList[[1]]);
pairs[1:10,];
swapped_pairs<-UniquePairs$swapKeys(pairs);
swapped_pairs[1:10,];
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.