Skip to contents

Writes a data frame to a tab delimited gzipped file.

Usage

write_tsvgz(x, 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().

Value

Returns the input x invisibly.