View source: R/cdr_make_unique_ids.R
cdr_make_unique_ids | R Documentation |
Attach unique IDs as the key column
cdr_make_unique_ids(db_tbl, key_field = "UID", use_guid = FALSE)
db_tbl |
a dataframe |
key_field |
the name of the column with the Unique ID |
use_guid |
use a 12 digit GUID instead of the default format |
a table with a column of Unique IDs
cdr_make_unique_ids(utils::head(iris,11))
cdr_make_unique_ids(utils::head(iris,11), key_field = 'GUID', use_guid = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.