randomwords | R Documentation |
Generate random words. Wordlist from randomlists.
randomwords(n = 1L, words = 1L, collapse = NULL)
n |
number of random word/word combinations to generate. |
words |
integer, number of words in each combination. |
collapse |
Whether to combine into one character vector. Words
will be separated by the character entered here. Default |
returns a character vector
https://www.randomlists.com/random-words
plot_inspirobot
randomwords(10, 2, collapse = "_")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.