Description Usage Arguments Details Examples
The main function for defining reproducible codenames
1 2 3 4 5 6 |
x |
A vector of values to be encoded |
pattern |
A format string. See ?sprintf(). |
conventions |
A list of naming convention. This should be a list of either (1) naming conventions from the list below or (2) a vector of custom values. The list should be equal in length to the number of values required by the pattern string. |
The set of acceptable values for conventions
are listed below:
"names_english"
Common English first names
"colors_english"
Simple colors like red, yellow, and blue
"plants"
Common plant names
"trees"
Common tree names
"animals"
Common animal names
"minerals"
Common names for rocks and other minerals
"genus_mammals"
Genus names for mammals
"occupations"
Common occupations
"alphabet_greek"
Letters of the Greek alphabet
"alphabet_nato"
Letters of the post-1956 NATO phonetic alphabet
"alphabet_icao"
Letters of the 1947 ICAO phonetic alphabet
"deities_greek"
Gods and goddesses of the Greek pantheon
"deities_roman"
Gods and goddesses of the Roman pantheon
"deities_norse"
Gods and goddesses of the Norse pantheon
"adjectives_english"
Common adjectives, not otherwise specified
"gerunds_english"
Common gerunds, not otherwise specified
"nouns_english"
Common nouns, not otherwise specified
"numbers_X"
A set of X digits
"letters"
Single letters
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.