Writes csv to the OUTPUT directory with the option of having the activity logged and guardrails in case the chosen filename already exists
1 2 3 4 5 6 7 8 | my_write_csv(
dataframe,
file_basename,
path_folder = NULL,
timestamp_filename = FALSE,
log = TRUE,
log_comment = ""
)
|
dataframe |
dataframe object |
file_basename |
basename of output file |
path_folder |
path_folder of output |
timestamp_filename |
if TRUE, appends filename with the timestamp |
log |
if TRUE, logs output in the log |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.