searchCwacTerm: Search for a term in the CWAC dicctionary

View source: R/searchCwacTerm.R

searchCwacTermR Documentation

Search for a term in the CWAC dicctionary

Description

Search for a term in the CWAC dicctionary

Usage

searchCwacTerm(term = NULL, option = c("term", "fields"))

Arguments

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

Value

A list with a description of the term and, if it exists, the different values that the variable can take on.

Examples

searchCwacTerm(term = "Season")
searchCwacTerm(option = "fields")

AfricaBirdData/CWAC documentation built on Aug. 5, 2024, 12:40 a.m.