export_dataframe.Rd
Exports a dataframe to a specified file
export_dataframe(data, outfile)
The dataframe to be exported.
The name of the output file.
None (the function writes to a file).
if (FALSE) { # Using export_dataframe export_dataframe(dataframe, "output.tsv") }