Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

write.csv.gz

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 utils::write.csv(). This just changes the default to a Crunch-friendly empty string.

row.names

logical: write out row names? See utils::write.csv().

...

Additional arguments passed to write.csv.

Value

A csv file written to dist


crunch

Crunch.io Data Tools

v1.28.0
LGPL (>= 3)
Authors
Greg Freedman Ellis [aut, cre], Jonathan Keane [aut], Mike Malecki [aut], Neal Richardson [aut], Gordon Shotwell [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.