Write CSV to a compressed file
write.csv.gz(x, file, na = "", row.names = FALSE, ...)A data.frame or similar CSV-writable object
character destination to write the gzipped CSV to
See utils::write.csv. This just changes the default
to a Crunch-friendly empty string.
logical: write out row names? See utils::write.csv.
Additional arguments passed to write.csv.
A csv file written to dist