write.csv.gz {crunch} | R Documentation |
Write CSV to a compressed file
Description
Write CSV to a compressed file
Usage
write.csv.gz(x, file, na = "", row.names = FALSE, ...)
Arguments
x |
A data.frame or similar CSV-writable object |
file |
character destination to write the gzipped CSV to |
na |
See |
row.names |
logical: write out row names? See
|
... |
Additional arguments passed to |
Value
A csv file written to dist
[Package crunch version 1.30.4 Index]