View source: R/download_auxiliary.R
download_remove_zips | R Documentation |
Remove downloaded ".zip" files.
download_remove_zips(remove = FALSE, download_name)
remove |
logical(1). Confirm removal. Default is FALSE. |
download_name |
character. Full zip file path |
NULL; removes downloaded zip files after they are unzipped
!!! USE THE FUNCTION WITH CAUTION !!!
If remove = TRUE
, ensure that unzip = TRUE
. Choosing to remove
".zip" files without unzipping will retain none of the downloaded data.
then it will remove all files in the second higher level directory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.