View source: R/searchCwacTerm.R
searchCwacTerm | R Documentation |
Search for a term in the CWAC dicctionary
searchCwacTerm(term = NULL, option = c("term", "fields"))
term |
A character string corresponding a term found in CWAC data. The term must be spelled exactly as it appears in the data. |
option |
A character string with one of two options: "term" will search for the term specified in the term argument, "fields" returns a vector with the names of all possible search terms |
A list with a description of the term and, if it exists, the different values that the variable can take on.
searchCwacTerm(term = "Season")
searchCwacTerm(option = "fields")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.