Description Usage Arguments References
View source: R/createStrings.R
Makes them unique by randomly choosing the character strings; and, in case it is necessary, adding numbers to the end using make.unique.
1 | createStrings(number, length, upper = FALSE)
|
number |
Specifies the number of character strings that should be created. |
length |
Specifies the length of each character string in letters. |
upper |
Binary parameter specifying whether the character strings should be uppercase. Default = FALSE, so the character strings are all lowercase. |
http://stackoverflow.com/a/1439541/560791
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.