sampleStr | R Documentation |
Generates (pseudo)random strings of the specified char length
sampleStr(n_char, sample_chars = c(letters, LETTERS, 0:9))
n_char |
A integer, the number of chars to include in the output string. |
sample_chars |
A vector of characters to sample from. Includes the lowercase and uppercase English alphabet and 0-9 by default. |
A string.
sampleStr(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.