read_csv_in_zip: Read CSV inside of zip file using data.table's fread Works...

View source: R/io.R

read_csv_in_zipR Documentation

Read CSV inside of zip file using data.table's fread Works with any regular delimited file type recognized by fread. Tries to use pigz, otherwise unzip if unavailable. Adds a line break at the end of the file

Description

Read CSV inside of zip file using data.table's fread Works with any regular delimited file type recognized by fread. Tries to use pigz, otherwise unzip if unavailable. Adds a line break at the end of the file

Usage

read_csv_in_zip(zipfile, ...)

Arguments

zipfile

string path to file containing a single CSV file

...

additional parameters are passed to fread


fcocquemas/hfty.helpers documentation built on Feb. 13, 2023, 7:25 a.m.