write_dataframe_to_file | R Documentation |
Writes a data frame to file.
write_dataframe_to_file(
data = NULL,
outfile = NULL,
outdir = NULL,
prefix = NULL,
suffix = NULL,
ignore_empty = FALSE,
...
)
data |
a data frame. |
outfile |
the name of the output file. |
outdir |
the name of the output directory (defaults to current directory). |
prefix |
a prefix to be added to the file name. |
suffix |
a suffix to be added to the file name (before file extension). |
ignore_empty |
whether to ignore empty file check. |
... |
parameters for write.table |
The class of file
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.