generate_identifier | R Documentation |
This function creates unique identifier (IDs) using sample()
.
generate_identifier(id_length = 6, n = 1, chars = c(0:9, letters[1:6]))
id_length |
character length of ID |
n |
number of IDs to generate |
chars |
characters to use for generation, defaults to hexadecimal characters (0-9 and a-f) |
generate_identifier(8)
generate_identifier(6, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.