View source: R/SOptim_AuxFunctions.R
randString | R Documentation |
An ancillary function used to generate a random string containing integers and lettters with user-defined length.
randString(x = 10)
x |
The size of the random string to be generated (10 by default). |
A character string.
randString(12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.