Learn R Programming

zipcodeR (version 0.3.5)

download_zip_data: 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)

Value

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

Arguments

force

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

Examples

Run this code
if (FALSE) {
download_zip_data()
}

Run the code above in your browser using DataLab