write.csv.gz | R Documentation |
Write CSV to a compressed file
write.csv.gz(x, file, na = "", row.names = FALSE, ...)
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 |
A csv file written to dist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.