Extract zip or tar archive files, possibly nested in other zip or tar archives.
extractFromArchive(archive, destinationPath = dirname(archive), neededFiles, extractedArchives = NULL, checkSums, needChecksums, filesExtracted = character())
| archive | Character string giving the path of the archive
containing the |
|---|---|
| destinationPath | Character string giving the path where |
| neededFiles | Character string giving the name of the file(s) to be extracted. |
| extractedArchives | Used internally to track archives that have been extracted from. |
| checkSums | A checksums file, e.g., created by Checksums(..., write = TRUE) |
| needChecksums | A numeric, with |
| filesExtracted | Used internally to track files that have been extracted. |
| ... | Passed to |
A character vector listing the paths of the extracted archives.