Get a zip file and unzip it
Arguments
- zip_url
URL of zip file to download
- local_path
Where to save the zip file
- unzip_dir
Directory to unzip the contents to
- quiet
suppress messages?
- cache
Skip downloading the zip if it already exists?
- ...
Additional arguments passed to
utils::download.file()