Skip to contents

Wrapper for data.table::fwrite with tab separated values (TSV) default parameters

Usage

rwrite(x, file, sep = "\t", quote = FALSE, row.names = FALSE)

Arguments

x

dataframe; fwrite input

file

string; filepath to save output under, with extension

sep

string; separator between columns

quote

string; T to wrap fields in quotes

row.names

logical; T to write rownames to file

Value

Dataframe written out to savename file