Runs a series of checks on EML metadata based on functions in DPchecker's run_congruence_checks()`.

check_eml(path = here::here())

Arguments

path

to the metadata file. Defaults to the current working directory. Make sure there is only one .xml file in the directory.

Value

message

Examples

if (FALSE) { # \dontrun{
check_eml()
} # }