For geographic levels that have both a code and a name column, checks that
any location with the GSS not-available code "x" also has the
corresponding name "Not available". Applies to all geographic levels
except those with their own combinations checks, RSC region, Institution,
and Planning area.
See also
Other check_geog:
check_geog_country_combos(),
check_geog_eda_combos(),
check_geog_ignored_rows(),
check_geog_la_col_present(),
check_geog_la_combos(),
check_geog_lad_combos(),
check_geog_lep_combos(),
check_geog_level_completed(),
check_geog_lsip_combos(),
check_geog_na_code(),
check_geog_other_code_dupes(),
check_geog_other_dupes(),
check_geog_overcompleted_cols(),
check_geog_pcon_combos(),
check_geog_region_col_present(),
check_geog_region_combos(),
check_geog_region_for_la(),
check_geog_region_for_lad(),
check_geog_ward_combos()
Examples
check_geog_na(example_data)
#> check result message guidance_url
#> 1 geog_na PASS No applicable geographic levels to test. NA
#> duration
#> 1 0.0009586811 secs
check_geog_na(example_data, verbose = TRUE)
#> ✔ No applicable geographic levels to test.
#> check result message guidance_url
#> 1 geog_na PASS No applicable geographic levels to test. NA
#> duration
#> 1 0.005476713 secs
