Description Usage Arguments Value
View source: R/func_strings-random.R
Get possible values for random string generation
1 | get_possible_values(digits = TRUE, upperalpha = TRUE, loweralpha = TRUE)
|
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. |
A character vector of some combination of digits, uppercase, and lowercase letters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.