read_zip_data_bundle: Read a versioned zipcodeR data bundle

View source: R/data_bundle.R

read_zip_data_bundleR Documentation

Read a versioned zipcodeR data bundle

Description

Reads and validates a previously downloaded zipcodeR data bundle. Bundles are explicit, immutable inputs for the next-generation (⁠_ng⁠) API; reading one never changes the datasets used by the legacy API.

Usage

read_zip_data_bundle(path, sha256 = NULL)

Arguments

path

Path to a bundle .rds file.

sha256

Optional expected SHA256 checksum. Supplying the checksum is strongly recommended when the file did not come from download_zip_data_bundle().

Value

An object of class zipcodeR_data_bundle.


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