powered by
dwc_terms() checks a vector or list of terms and return definitions and examples for each one of them.
dwc_terms()
dwc_terms(dwc, terms)
a bullet list.
a list of standard terms and definitions created using get_dwc.
a vector or list of terms to check.
Pedro S. Bittencourt, Rupert A. Collins.
For each term in a vector or list, dwc_terms will return a bullet list containing the term, followed by its definition and examples.
dwc_terms
dwc <- get_dwc(type= "simple") dwc_terms(dwc, c("genus", "scientificName"))
Run the code above in your browser using DataLab