read_csv_in_zip | R 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
read_csv_in_zip(zipfile, ...)
zipfile |
string path to file containing a single CSV file |
... |
additional parameters are passed to fread |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.