Learn R Programming

delimtools (version 0.2.0)

dwc_terms: Print Darwin Core Terms, Definitions and Examples as Bullet Lists

Description

dwc_terms() checks a vector or list of terms and return definitions and examples for each one of them.

Usage

dwc_terms(dwc, terms)

Value

a bullet list.

Arguments

dwc

a list of standard terms and definitions created using get_dwc.

terms

a vector or list of terms to check.

Author

Pedro S. Bittencourt, Rupert A. Collins.

Details

For each term in a vector or list, dwc_terms will return a bullet list containing the term, followed by its definition and examples.

Examples

Run this code
dwc <- get_dwc(type= "simple")
dwc_terms(dwc, c("genus", "scientificName"))

Run the code above in your browser using DataLab