Skip to contents

When creating a Darwin Core Archive, several fields have a vocabulary of acceptable values. These functions provide a vector of terms that can be used to fill or validate those fields.

Usage

basisOfRecord_values()

countryCode_values()

Value

A vector of accepted values for that use case.

See also

occurrence_terms() or event_terms() for valid Darwin Core terms (i.e. column names).

Examples

# See all valid basis of record values
basisOfRecord_values()
#> [1] "humanObservation"   "machineObservation" "livingSpecimen"    
#> [4] "preservedSpecimen"  "fossilSpecimen"     "materialCitation"