check_geo_fields {ipfr}R Documentation

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

seed

seed table to check

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)


[Package ipfr version 1.0.2 Index]