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)

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

if (FALSE) {
download_zip_data()
}