This function creates the output directory if it doesn't exist and exports the data frame to a tab-delimited file.
Examples
if (FALSE) { # \dontrun{
export_output(x = data.frame(), file = "output/file.tsv")
unlink("output", recursive = TRUE)
} # }
This function creates the output directory if it doesn't exist and exports the data frame to a tab-delimited file.
if (FALSE) { # \dontrun{
export_output(x = data.frame(), file = "output/file.tsv")
unlink("output", recursive = TRUE)
} # }