Skip to contents

This is a wrapper to two other packages; schema and EML files (i.e. xml) are checked with the paperbark package; csv files are checked with the corella package.

Usage

check_archive(x = "data")

Arguments

x

(string) A directory containing the files to be published, or optionally a .zip file built from the same (i.e. with build_archive()). Defaults to the data folder within the current working directory.

Value

Invisibly returns a tibble to the workspace containing check results; but primarily called for the side-effect of generating a report in the console.

See also

validate_archive() which runs checks via API, rather than locally.