Reads files from a zip folder.

read.zip(
  zip,
  files,
  cache = FALSE,
  fread = FALSE,
  xsv = FALSE,
  method = "auto",
  ...
)

Arguments

zip

path (url) to the zip folder.

files

vector of filenames to read inside the zip folder.

cache

logical. Memory caching? Default FALSE.

fread

logical indicating whether fread should be used

xsv

logical indicating whether xsv should be used. If TRUE, the argument select must be specified

method

the download method passed to download.file

...

arguments passed to read.csv or read.excel.

Value

list of data frames