Description Usage Arguments Examples
This function is a simple wrapper for stri_rand_strings
from the stringi
package to generate random alphanumeric labels.
1 | draw_labels(n = 1, size = 6)
|
n |
the number of labels to generate; defaults to 1 |
size |
the number of characters of the labels; defaults to 6 |
1 2 | draw_labels()
draw_labels(10, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.