download_zip_data_bundle: Download a versioned zipcodeR data bundle

View source: R/data_bundle.R

download_zip_data_bundleR Documentation

Download a versioned zipcodeR data bundle

Description

Downloads one explicitly requested data release, verifies its checksum, and caches it in the user's data directory on R 4.0 or newer. On older supported R versions, CRAN policy does not permit a package-managed persistent cache, so the verified file is retained only for the current R session. The function never resolves aliases such as "latest", and no lookup function downloads data implicitly.

Usage

download_zip_data_bundle(version, force = FALSE)

Arguments

version

Exact registered data version, for example "2026.09".

force

Re-download and replace a verified cached copy.

Value

A validated zipcodeR_data_bundle.


zipcodeR documentation built on Sept. 7, 2026, 5:06 p.m.