check_missing_categories {ipfr} | R Documentation |
Check for missing categories in seed
Description
Helper function for check_tables
.
Usage
check_missing_categories(seed, target, target_name, geo_colname)
Arguments
seed |
seed table to check |
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 |
Value
Nothing. Throws an error if one is found.
[Package ipfr version 1.0.2 Index]