archive | R Documentation |
This function retrieves metadata about files in an archive, it can be passed
to archive_read()
or archive_write to create a connection to read or
write a specific file from the archive.
archive(file, options = character())
file |
File path to the archive. |
options |
|
A tibble with details about files in the archive.
archive_read()
, archive_write()
to read and write archive files
using R connections, archive_extract()
, archive_write_files()
,
archive_write_dir()
to add or extract files from an archive.
a <- archive(system.file(package = "archive", "extdata", "data.zip"))
a
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.