Nothing
#' Literature word list
#'
#' Word list generated by processing several works of literature on
#' Project Gutenberg
#'
#' @docType data
#'
#' @usage data(wl_literature)
#'
#' @format An object of class `character`
#'
#' @keywords datasets
#'
#' @references Project Gutenberg.
#' \href{https://gutenberg.org}{Project Gutenberg}
#'
#' @examples
#' data(wl_literature)
#' keyToEnglish(1:5, word_list=wl_literature)
"wl_literature"
#' Science word list
#'
#' Word list generated by processing several science-related pages
#' on Wikipedia
#'
#' @docType data
#'
#' @usage data(wl_science)
#'
#' @format An object of class `character`
#'
#' @keywords datasets
#'
#'
#' @examples
#' data(wl_science)
#' keyToEnglish(1:5, word_list=wl_science)
"wl_science"
#' Animal word list
#'
#' Word list generated by processing several animal-related pages
#' on Wikipedia
#'
#' @docType data
#'
#' @usage data(wl_animal)
#'
#' @format An object of class `character`
#'
#' @keywords datasets
#'
#'
#' @examples
#' data(wl_animal)
#' keyToEnglish(1:5, word_list=wl_animal)
"wl_animal"
#' Common word list
#'
#' Public domain word list of common words
#'
#' @docType data
#'
#' @usage data(wl_common)
#'
#' @format An object of class `character`
#'
#' @keywords datasets
#'
#' @references Public Domain Word Lists. Michael Wehar
#' \href{https://github.com/MichaelWehar/Public-Domain-Word-Lists}{https://github.com/MichaelWehar/Public-Domain-Word-Lists}
#'
#' @examples
#' data(wl_common)
#' keyToEnglish(1:5, word_list=wl_common)
"wl_common"
#' Freq 5663 word list
#'
#' Public domain word list of common words, slightly truncated
#' from original version
#'
#' @docType data
#'
#' @usage data(wl_freq5663)
#'
#' @format An object of class `character`
#'
#' @keywords datasets
#'
#' @references Public Domain Word Lists. Michael Wehar
#' \href{https://github.com/MichaelWehar/Public-Domain-Word-Lists}{https://github.com/MichaelWehar/Public-Domain-Word-Lists}
#'
#' @examples
#' data(wl_common)
#' keyToEnglish(1:5, word_list=wl_freq5663)
"wl_freq5663"
#' Animal Phrase Structure Word Multilist
#'
#' Word lists of sizes, colors, animals, and attributes to construct memorable phrases
#'
#' @docType data
#'
#' @usage data(wml_animals)
#'
#' @format A `list` of `character` vectors
#'
#' @keywords datasets
#'
#' @examples
#'
#' keyToEnglish(1:5, word_list=wml_animals)
"wml_animals"
#' Concrete Nouns Wordlist
#'
#' Word list of 2048 singular, concrete nouns, largely excluding materials and liquids that
#' cannot be referred to in the singular form
#'
#' @docType data
#'
#' @usage data(wl_nouns_concrete)
#'
#' @format A `character` vector
#'
#' @keywords datasets
"wl_nouns_concrete"
#' Plural Concrete Nouns Wordlist
#'
#' Word list of 2048 concrete nouns in plural form, largely excluding materials and liquids that
#' cannot be referred to in the singular form.
#'
#' @docType data
#'
#' @usage data(wl_nouns_concrete_plural)
#'
#' @format A `character` vector
#'
#' @keywords datasets
"wl_nouns_concrete_plural"
#' Visual Adjectives Wordlist
#'
#' Word list of 256 adjectives that visually describe an object.
#'
#' @docType data
#'
#' @usage data(wl_adjectives_visual)
#'
#' @format A `character` vector
#'
#' @keywords datasets
"wl_adjectives_visual"
#' Non-Origin Adjectives Wordlist
#'
#' Word list of 256 adjectives that do not describe origin, so they can
#' usually be used prior to visual/origin adjectives without breaking
#' any grammar rules
#'
#' @docType data
#'
#' @usage data(wl_adjectives_nonorigin)
#'
#' @format A `character` vector
#'
#' @keywords datasets
"wl_adjectives_nonorigin"
#' Transitive Verbs in Infinitive Form
#'
#' Word list of 256 transitive verbs in infinitive form (minus the "to")
#'
#' @docType data
#'
#' @usage data(wl_verbs_transitive_infinitive)
#'
#' @format A `character` vector
#'
#' @keywords datasets
"wl_verbs_transitive_infinitive"
#' Transitive Verbs in Present Form
#'
#' Word list of 256 transitive verbs in present tense
#'
#' @docType data
#'
#' @usage data(wl_verbs_transitive_present)
#'
#' @format A `character` vector
#'
#' @keywords datasets
"wl_verbs_transitive_present"
#' Transitive Verbs in Gerund Form
#'
#' Word list of 256 transitive verbs in gerund form (i.e., "ing" at end)
#'
#' @docType data
#'
#' @usage data(wl_verbs_transitive_gerund)
#'
#' @format A `character` vector
#'
#' @keywords datasets
"wl_verbs_transitive_gerund"
#' Long Sentence Multilist
#'
#' List of word lists that can be used to make a 54-byte, often humorous, sentence
#'
#' @docType data
#'
#' @usage data(wml_long_sentence)
#'
#' @format A `list` of `character` vectors
#'
#' @keywords datasets
"wml_long_sentence"
#' Cute Physics Multilist
#'
#' List of word lists that combine cute words with physics-related words
#'
#' @docType data
#'
#' @usage data(wml_cutephysics)
#'
#' @format A `list` of `character` vectors
#'
#' @keywords datasets
"wml_cutephysics"
#' Animals Word Multilist
#'
#' List of word lists that combine cute words with physics-related words
#'
#' @docType data
#'
#' @usage data(wml_animals)
#'
#' @format A `list` of `character` vectors
#'
#' @keywords datasets
"wml_animals"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.