join_failures | R Documentation |
Helper for learning which observations were dropped from a dataset because they were not joined on.
join_failures(join_results)
join_results |
A dataset that has just been created by a shape join
(like |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.