download_zip_data {zipcodeR} | R 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)
[Package zipcodeR version 0.3.5 Index]