read.zip | R Documentation |
Reads files from a zip folder.
read.zip(
zip,
files,
cache = FALSE,
fread = FALSE,
xsv = FALSE,
method = "auto",
...
)
zip |
path (url) to the zip folder. |
files |
vector of filenames to read inside the zip folder. |
cache |
logical. Memory caching? Default |
fread |
logical indicating whether |
xsv |
logical indicating whether |
method |
the download method passed to |
... |
arguments passed to |
list of data frames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.