Unzip last modified zip
unzip_last_modified_zip.Rd
A function to download and unzip the last modified zip file from a specified Google Drive folder.
Usage
unzip_last_modified_zip(folder_id, exdir = tempdir())
Arguments
- folder_id
The ID of the googledrive folder to check for the last modified zip file.
- exdir
The directory where the zip file should be extracted. Defaults to
tempdir()
.
See also
Other download:
download_dep_media()
,
download_gdrive_if_missing()
,
download_seq_media()
,
get_last_modified_zip()