randomwords: Generate random words

View source: R/quotes.R

randomwordsR Documentation

Generate random words

Description

Generate random words. Wordlist from randomlists.

Usage

randomwords(n = 1L, words = 1L, collapse = NULL)

Arguments

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 NULL, is not to combine.

Value

returns a character vector

References

https://www.randomlists.com/random-words

See Also

plot_inspirobot

Examples

randomwords(10, 2, collapse = "_")

natverse/hemibrainr documentation built on Nov. 27, 2024, 9:01 p.m.