download_zip_data: Legacy in-place data downloader

View source: R/download_data.r

download_zip_dataR Documentation

Legacy in-place data downloader

Description

This function is retained without behavioral changes for reproducibility with zipcodeR 0.3.5. It attempts to modify files inside an installed package and resolves an upstream "latest" release, so it is unsuitable for a pinned research workflow. New work should use download_zip_data_bundle() or read_zip_data_bundle() and pass the resulting object explicitly to the ⁠_ng⁠ API. No runtime warning is emitted because warnings are part of the frozen legacy contract.

Usage

download_zip_data(force = FALSE)

Arguments

force

Boolean, if set to TRUE will force overwrite existing data files with new version

Value

Data files needed for package functionality, stored in data directory of package install

Examples

## Not run: 
download_zip_data()

## End(Not run)

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