download_zip_data: Download updated data files needed for library functionality...

View source: R/download_data.r

download_zip_dataR Documentation

Download updated data files needed for library functionality to the package's data directory. To be implemented for future updates.

Description

Download updated data files needed for library functionality to the package's data directory. To be implemented for future updates.

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 Oct. 4, 2022, 1:05 a.m.