Check there are no observational units with rows in the metadata
Source:R/precheck_meta_ob_unit.R
precheck_meta_ob_unit.Rd
Make sure that no observational unit columns are referenced in the col_name and filter_grouping_column columns.
See also
Other precheck_meta:
precheck_meta_col_name()
,
precheck_meta_col_type()
Examples
precheck_meta_ob_unit(example_meta)
#> check result
#> 1 meta_ob_unit PASS
#> message guidance_url
#> 1 No observational units have been included in the metadata file. NA
precheck_meta_ob_unit(example_meta, verbose = TRUE)
#> ✔ No observational units have been included in the metadata file.
#> check result
#> 1 meta_ob_unit PASS
#> message guidance_url
#> 1 No observational units have been included in the metadata file. NA