check_geo_fields: Check geo fields
Description
Helper function for check_tables
. Makes sure that geographies
in a seed and target table line up properly.
Usage
check_geo_fields(seed, target, target_name)
Arguments
target
data.frame of a single target table
target_name
the name of the target (e.g. size)
Value
The seed and target table (which may be modified)