Skip to contents

Writes a data frame to gzipped TSV and JSON files. Files will be written to maindir/<path>.tsv.gz and maindir/json/<path>.json.gz.

Usage

write_tsvjsongz(x, path, maindir)

Arguments

x

The data frame to write.

path

Relative path to write the files to, sans the file extensions - these will be appended appropriately.

maindir

Main directory to write the files to.