write_rdata_to_file | R Documentation |
Writes R data objects to file.
write_rdata_to_file(
data = NULL,
outfile = NULL,
outdir = NULL,
prefix = NULL,
suffix = NULL
)
data |
list of objects to save. |
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). |
The class of file
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.