write_tsvgz: Write a data frame to a tab delimited gzipped file

View source: R/utils.R

write_tsvgzR Documentation

Write a data frame to a tab delimited gzipped file

Description

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.


umccr/gpgr documentation built on Aug. 22, 2024, 9:51 p.m.