uniqueId | R Documentation |
Get a unique Identifier with a certain number of characters and a prefix.
uniqueId(n = 1, exclude = character(), nChar = 3, prefix = "id_")
n |
Number of identifiers. |
exclude |
Columns to exclude. |
nChar |
Number of characters. |
prefix |
A prefix for the identifiers. |
A character vector with n unique identifiers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.