join_failures: Report on observations dropped during a join

View source: R/shape_join.R

join_failuresR Documentation

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)

Arguments

join_results

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

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.


ipumsr documentation built on Oct. 20, 2023, 5:10 p.m.