Learn R Programming

ipumsr (version 0.8.2)

join_failures: Report on observations dropped during a join

Description

Helper to display observations that were not matched when joining tabular and spatial data.

Usage

join_failures(join_results)

Value

A list of data frames, where the first element (shape) includes the observations dropped from the shapefile and the second (data) includes the observations dropped from the data file.

Arguments

join_results

A data frame that has just been created by an ipums shape join.