Description Usage Arguments Value Author(s) See Also Examples
A wrapper around dplyr's join in order to facilitate the analysis on the maps from this package
1 |
map |
An object of class 'sf', 'SpatialPolygonsDataFrame' or 'data.frame' |
data |
A data.frame object with the data to join |
by |
A character vector of variables to join by. If NULL, the default, will do a natural join, using all variables with common names across the two tables. See dplyr's join to more information. |
The function returns a 'sf', 'SpatialPolygonsDataFrame' or 'data.frame' object depending of the class of the map argument informed
Renato Prado Siqueira <rpradosiqueira@gmail.com>
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.