downloads zip file, and opens named file filename
, or the
single file in zip if filename
is not specified. FUN is a function,
with additional arguments to FUN given by ….
@details TODO: update from icd
package
read_zip_url(url, filename = NULL, FUN = readLines, ...)read.zip.url(url, filename = NULL, FUN = readLines, ...)
character vector of length one containing URL of zip file.
character vector of length one containing name of file to extract from zip. If not specified, and the zip contains a single file, then this single file will be used.
function used to process the file in the zip, defaults to
readLines. The first argument to FUN will be the path of the extracted
filename
further arguments to FUN
read.zip.url
: Deprecated