rndstr | R Documentation |
Generate a vector of random alphanumeric strings each of an arbitrary length.
rndstr(n = 1, len = 8)
n |
Number of strings to generate (default 1). Will attempt to coerce to integer value. |
len |
Length of strings to generate (default 8). Will attempt to coerce to integer value. |
Character vector of random strings.
Alex Chubaty
set.seed(11)
rndstr()
rndstr(len = 10)
rndstr(n = 5, len = 10)
rndstr(n = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.