get_admin1_map: 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)
Value
An sf dataframe uniquely identified by the variables "adm1_code", "diss_me", and "ne_id".
Arguments
- cache
Cache the map and use cached map if available.
- drop_geometry
Drop geometry data?