Description Usage Arguments Value
View source: R/func_strings-random.R
Get individual random string
1 2 3 4 5 6 | get_individual_string(
length = 6,
digits = TRUE,
upperalpha = TRUE,
loweralpha = TRUE
)
|
length |
The length of the random string |
digits |
Should digits be an option (0-9). TRUE by default. |
upperalpha |
Should capital letters be an option (A-Z). TRUE by default. |
loweralpha |
Should lowercase letters be an option (a-z). TRUE by default. |
One random string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.