cat_csv.gz: Concatenate CSVs inside a .tar.gz

Description Usage Arguments Details Value

View source: R/cat_csv.R

Description

Row-bind several CSV files that live inside a tar.gz archive. It is assumed that these CSV files are contained within a directory called foo where foo.tar.gz is the filename of the archive; if this is not the case, unexpected behaviour will occur.

Usage

1
cat_csv.gz(gzfile, pattern, csv_folder = ".")

Arguments

gzfile

Archive

pattern

Pattern which the CSV files are to match

csv_folder

Folder within the archive in which the CSVs are found

Details

The csv_folder argument can be used to specify an optional directory within the foo directory that contains the CSV files.

Value

Data frame


hkauhanen/hipster documentation built on July 4, 2020, 11:25 p.m.