Writes a data frame to a tab delimited gzipped file.
Arguments
- x
A data frame or tibble to write to disk.
- file
File or connection to write to (should end in '.gz').
- ...
Additional arguments passed to
readr::write_tsv()
.
Writes a data frame to a tab delimited gzipped file.
A data frame or tibble to write to disk.
File or connection to write to (should end in '.gz').
Additional arguments passed to readr::write_tsv()
.