View source: R/anomia_classes.R
Create a combination name template
1 2 3 4 5 6 7 | anom_combo(
pattern,
prefix = NULL,
suffix = NULL,
sep = "-",
case = c("lower", "upper", "title", "sentence")
)
|
pattern |
A list of word banks to use for names. See 'Details' for a full list of word banks included in this package. |
prefix |
A string to prepend to the names. Can be left NULL. |
suffix |
A string to append to the names. Can be left NULL. |
sep |
A string used for separating the prefix, words, and suffix. |
case |
The capitalization used for the words. Can be "lower" (default), "upper", "title", or "sentence". Does not affect the prefix or suffix. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.