dwc_terms | R Documentation |
dwc_terms()
checks a vector or list of terms and return definitions and examples for
each one of them.
dwc_terms(dwc, terms)
dwc |
a list of standard terms and definitions created using get_dwc. |
terms |
a vector or list of terms to check. |
For each term in a vector or list, dwc_terms
will return a bullet list containing
the term, followed by its definition and examples.
a bullet list.
Pedro S. Bittencourt, Rupert A. Collins.
dwc <- get_dwc(type= "simple")
dwc_terms(dwc, c("genus", "scientificName"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.