
Check whether contents of directory comply with the Darwin Core Standard
Source:R/check_directory.R
check_directory.Rd
Checks that files in the data-publish
directory meet Darwin Core Standard.
check_directory()
runs corella::check_dataset()
on occurrences.csv
and
events.csv
files, and delma::check_metadata()
on the eml.xml
file, if they are present. These check_
functions run tests to determine
whether data and metadata pass Darwin Core Standard criteria.
See also
check_archive()
checks a Darwin Core Archive via a GBIF API,
rather than locally.