Description Usage Arguments Details Examples
df2disk
saves to disk a given data.frame as both Rdata and CSV with a
given name and optional name postfix to a given location.
1 |
df |
A data.frame |
dirpath |
The destination path for written files, will be created if necessary |
fname |
The file name |
postfix |
An optional name postfix |
row_names |
Whether to include row names inthe csv file |
df2disk
is used by the collate_
functions when the operator
chooses to save2disk.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.