Description Usage Arguments Examples
Write a csv file
1 |
df |
the object to be written, preferably a matrix or data frame. |
file.path |
Name of output file. |
sep |
the field separator string. Values within each row of x are separated by this string. Default ";" . |
append |
If TRUE, the output is appended to the file. If FALSE, any existing file of the name is destroyed. Defatul FALSE. |
header |
if TRUE, name of the columns are written in the first line. Default FALSE. |
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.