Description Usage Arguments Value
View source: R/template_string.R
Generate a character vector with certain distribution of string lengths
1 2 3 4 5 | template_string_random(
min_str_size = 1,
max_str_size = 10,
max_distict_values = NULL
)
|
min_str_size |
minimum string length |
max_str_size |
maximum string length |
max_distict_values |
maximum number of disctict values in the vector |
character vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.