Description Usage Arguments Value Examples
Creates a unique integer key for unique combinations of rows of an ffdf
. In database terms this would correspond to a primary or foreign key.
Orders the ffdf
decreasingly alongside the columns with NA's as last in the order and creates the integer key.
1 |
x |
an |
... |
other parameters passed on to chunk |
An integer ff vector of the same length as the number of rows in x
with unique values for each unique row
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.