check_directory {galaxias}R Documentation

Check whether contents of directory comply with the Darwin Core Standard

Description

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.

Usage

check_directory()

Value

Doesn't return anything; called for the side-effect of generating a report in the console.

See Also

check_archive() checks a Darwin Core Archive via a GBIF API, rather than locally.


[Package galaxias version 0.1.0 Index]