get_dwc: Get Darwin Core Terms and Definitions

View source: R/get_dwc.R

get_dwcR Documentation

Get Darwin Core Terms and Definitions

Description

get_dwc() returns a list of standardized terms and definitions used by the Darwin Core Maintenance Interest Group https://dwc.tdwg.org/.

Usage

get_dwc(type)

Arguments

type

Which type of distribution files to download. Available options are:

  • simple Simple Darwin Core Terms.

  • all All Darwin Core Terms.

Details

get_dwc() reads Darwin Core distribution documents and terms from Github repository https://github.com/tdwg/dwc directly into Environment. This function will return a list containing the most recent accepted terms as a vector and a tbl_df containing terms, definitions, examples and details about each one of them.

Value

a list.

Author(s)

Pedro S. Bittencourt, Rupert A. Collins

Examples

dwc <- get_dwc(type= "simple") 


delimtools documentation built on April 3, 2025, 9:28 p.m.