Skip to contents

Exports a dataframe to a specified file

Usage

export_dataframe(data, outfile)

Arguments

data

The dataframe to be exported.

outfile

The name of the output file.

Value

None (the function writes to a file).

Examples

if (FALSE) {
# Using export_dataframe
export_dataframe(dataframe, "output.tsv")
}