random_string | R Documentation |
Generate random string
random_string( length = NULL, min_length = 1, max_length = 15, pattern = "[A-Za-z0-9]" )
length |
integer or NULL (default), output string length. If NULL, length will be random |
min_length |
integer, minimum length if length is random. Default: 1. |
max_length |
integer, maximum length if length is random. Default: 15. |
pattern |
string, pattern for string to follow.
Check |
random string
random_string(length = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.