list_zip.Rd
Just to easy to remember the function name and alternate between unar and unzip
list_zip(
zipfile,
long = FALSE,
verylong = FALSE,
password,
encoding,
print_encoding = FALSE,
indexes = FALSE,
...
)
zip file
Print more information about each file in the archive.
Print all available information about each file in the archive.
The password to use for decrypting protected archives.
The encoding to use for filenames in the archive, when it is not known. If not specified, the program attempts to auto-detect the encoding used.
Print the auto-detected encoding and the confidence factor after the file list
Instead of specifying the files to list as filenames or wildcard patterns, specify them as indexes.