get_zip_map: Download a map of requested zip codes

View source: R/zip.R

get_zip_mapR Documentation

Download a map of requested zip codes

Description

The map returned is exactly the same map which zip_choropleth() uses. It is downloaded using the "zctas" function in the tigris package, and then it is modified for use with choroplethr.

Usage

get_zip_map(zipcodes, map_year, drop_geometry = TRUE)

Arguments

zipcodes

The zipcodes for which you want to download map data.

map_year

The year of the map you want to download. Only years after 2013 are available.

drop_geometry

Drop geometry data?


choroplethr documentation built on Nov. 5, 2025, 6:12 p.m.