Validate Metadata Schema
test_validate_schema.Rd
test_validate_schema()
inspects a metadata object loaded into R and determines whether it is schema-valid. If the test fails, the functio produces an error message.
Usage
test_validate_schema(metadata = load_metadata(here::here()))
Examples
meta <- load_metadata(DPchecker_example("BICY_veg"))
#> Data are provided for example use only. Do not assume that they are complete, accurate, or up to date.
test_validate_schema(meta)
#> ✔ Your metadata is schema valid.