Write Data Frame to CSV File
1 | write_input_file(x, file, context = deparse(substitute(x)), sep = ";")
|
x |
data frame to be written to CSV file |
file |
full path to target file |
context |
text describing the kind of data that is written. This text will appear in the debug message |
sep |
column separator, default: ";" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.