random_from_set | R Documentation |
Choose random element from set
random_from_set(set)
set |
vector, set of values to choose from |
a single element from a given set
random_from_set(c("a", "b", "c"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.