Description Usage Arguments Details Value Examples
zip_info()
is similar to the unzip -l
command. Compared to
zip::zip_list()
, the data frame is returned as a tibble when available and
columns use human-readable classes like fs::dir_info()
.
zip_ls()
returns only the names of the files in an archive, like
fs::dir_ls()
.
1 2 3 |
archive |
Path to an existing ZIP archive. |
USes the options(fs.use_tibble = FALSE)
to disable tibble printing.
A data.frame with 'fs' class columns.
1 2 | zip_info(zip_example())
zip_ls(zip_example())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.