View source: R/random_string.R
random_string | R Documentation |
This is a small helper function to create random ID codes.
random_string(N = 1, length = 12)
N |
Number of ID codes to generate |
length |
Length of ID codes |
A vector of unique ID codes
## Not run:
IDs = random_string(N=100, length=5)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.