new_id | R Documentation |
A utility function for generating IDs
new_id(x, prefix = "ID", sep = "-")
x |
The data that require IDs. |
prefix |
A character string; the prefix to be added to each ID. |
sep |
A character string; the separator to be added between the prefix and an ID. |
new_id(x = runif(10), prefix = "points")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.