get_admin1_map: Download a map of first level administrative regions from...

View source: R/admin1.R

get_admin1_mapR 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".


choroplethr documentation built on June 27, 2025, 1:07 a.m.