Helper for learning which observations were dropped from a dataset because they were not joined on.
join_failures(join_results)
A dataset that has just been created by a shape join
(like ipums_shape_left_join
)
returns a list of data.frames, where the first item (shape) is the observations dropped from the shape file and the second (data) is the observations dropped from the data.