Make sure that all col_type values are either 'Filter' or 'Indicator'
See also
Other precheck_meta:
precheck_meta_col_name()
,
precheck_meta_ob_unit()
Examples
precheck_meta_col_type(example_meta)
#> check result message guidance_url
#> 1 meta_col_type PASS col_type is always 'Filter' or 'Indicator'. NA
precheck_meta_col_type(example_meta, verbose = TRUE)
#> ✔ col_type is always 'Filter' or 'Indicator'.
#> check result message guidance_url
#> 1 meta_col_type PASS col_type is always 'Filter' or 'Indicator'. NA