create_randomstring | R Documentation |
Using paste0
and sample
, a specified length of randomly selected letters and numbers
will be pasted together.
create_randomstring(length = 8L)
length |
Numeric value, will be coerced into an integer. Defaults to |
Character vector matching provided length
.
create_randomstring()
create_randomstring(5L)
create_randomstring(17)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.