RandomName | R Documentation |
Make a name from randomly sampled characters, pasted together with no spaces
RandomName(length = 5L, chars = letters, ...)
length |
How long should the name be |
chars |
A vector of 1-length characters to use to generate the name |
... |
Extra parameters passed to |
A character with nchar == length
of randomly sampled letters
sample
set.seed(42L)
RandomName()
RandomName(7L, replace = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.