Description Usage Arguments Value Examples
create_keys
1 | create_keys(prefix, x)
|
prefix |
A prefix |
x |
A list or data.frame |
A key that is the same for any identical rows and different for non-identical rows
1 2 | (df <- data.frame(a=c(9, 9, 5, 6), b=c(9, 9, 5, 9)))
create_keys("key", df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.