check_missing_categories: Check for missing categories in seed
Description
Helper function for check_tables
.
Usage
check_missing_categories(seed, target, target_name, geo_colname)
Arguments
target
data.frame of a single target table
target_name
the name of the target (e.g. size)
geo_colname
the name of the geo column in both the seed
and
target
(e.g. geo_taz)
Value
Nothing. Throws an error if one is found.