get_admin1_map {choroplethr} | R Documentation |
Download a map of first level administrative regions from naturalearthdata.com
Description
Uses the rnaturalearth package.
Usage
get_admin1_map(cache = TRUE, drop_geometry = TRUE)
Arguments
cache |
Cache the map and use cached map if available. |
drop_geometry |
Drop geometry data? |
Value
An sf dataframe uniquely identified by the variables "adm1_code", "diss_me", and "ne_id".
[Package choroplethr version 5.0.0 Index]