unroll_zip.RdIf a zipped file contains a nested zipped file, this function will extract the parent zip, extract the nested zip follow the original structure, zips them back again with the nested zip now unzipped.
unroll_zip(x, keep_tmp = FALSE, overwrite = FALSE)There are options to keep the temp file for inspection, otherwise new zipped file will appear in the same directory, overwritten if the same output name was given.
If there is more than one level, apply again to the newly created zip.