View source: R/export_output.R
export_output | R Documentation |
This function creates the output directory if it doesn't exist and exports the data frame to a tab-delimited file.
export_output(x, file = output)
x |
data frame to be exported |
file |
path to the output file |
The path of the exported file
export_output(x = data.frame(), file = "output/file.tsv")
unlink("output", recursive = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.