unzips nested zip files
See also
Other helper:
load_catalog_csv_as_DT()
,
marco()
,
print_error_block()
,
print_warning_block()
,
url_exists()
Examples
if (FALSE) { # \dontrun{
if(interactive()){
#EXAMPLE1
RRASSLER::util_unzip(file.path(database_path,"_temp","BLE",HUCID,glue::glue("{HUCID}_models.zip"),fsep = .Platform$file.sep),is_quiet = is_quiet)
}
} # }