Easily access spatial vector data from Overture Maps with duckdb.
You can install the development version of overture from GitHub with:
# install.packages("pak")
pak::pak("boettiger-lab/overture")
library(overture)
df <- overture("divisions", "division_area")
df