check_geo_fields {ipfr} | R Documentation |
Helper function for check_tables
. Makes sure that geographies
in a seed and target table line up properly.
check_geo_fields(seed, target, target_name)
seed |
seed table to check |
target |
data.frame of a single target table |
target_name |
the name of the target (e.g. size) |
The seed and target table (which may be modified)