R/download_data.r
download_zip_data.Rd
Download updated data files needed for library functionality to the package's data directory. To be implemented for future updates.
download_zip_data(force = FALSE)
Boolean, if set to TRUE will force overwrite existing data files with new version
Data files needed for package functionality, stored in data directory of package install
if (FALSE) {
download_zip_data()
}