Description Usage Arguments Details Value
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.
1 | cat_csv.gz(gzfile, pattern, csv_folder = ".")
|
gzfile |
Archive |
pattern |
Pattern which the CSV files are to match |
csv_folder |
Folder within the archive in which the CSVs are found |
The csv_folder
argument can be used to specify an optional directory
within the foo
directory that contains the CSV files.
Data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.