read_zip_element: Read a Single File From a Zip File Provides some flexibility...

Description Usage Arguments Value

View source: R/read_zip.R

Description

Read a Single File From a Zip File Provides some flexibility regarding the file type to be imported.

Usage

1
read_zip_element(.file, .zip_path, ...)

Arguments

.file

the name of a single file contained within a zip file.

.zip_path

a file path to a zip file.

...

pass arguements on to read.csv or read.table.

Value

A single object extracted from a zip file.


BWAM/zipper documentation built on Aug. 12, 2021, 1:59 a.m.