.listFilesInArchive {reproducible} | R Documentation |
List files in either a .zip
or or .tar
file
Description
Makes the outputs from.tar``.zip
the same, which they aren't by default.
Usage
.listFilesInArchive(archive)
Arguments
archive |
A character string of a single file name to list files in. |
Value
A character string of all files in the archive.
[Package reproducible version 2.1.2 Index]