Description Usage Arguments Examples
Add unique ids to rows. Note: re-arranges rows in many cases.
1 | replyr_add_ids(df, idColName, env = parent.frame(), local_short_cut = TRUE)
|
df |
data.frame object to work with |
idColName |
name of column to add |
env |
environment to evaluate in (not used). |
local_short_cut |
logical, if TRUE use base R on local data. |
1 | replyr_add_ids(data.frame(x=c('a','b')), 'id', local_short_cut = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.