View source: R/read_data_utils.R
list_zip | R Documentation |
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,
...
)
zipfile |
zip file |
long |
Print more information about each file in the archive. |
verylong |
Print all available information about each file in the archive. |
password |
The password to use for decrypting protected archives. |
encoding |
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_encoding |
Print the auto-detected encoding and the confidence factor after the file list |
indexes |
Instead of specifying the files to list as filenames or wildcard patterns, specify them as indexes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.