View source: R/write_project_csv.R
Writes csv with overwrite/append options if file exists
1 2 3 4 5 6 | write_project_csv(
dataframe,
csv_basename,
timestamp = TRUE,
path_folder = "OUTPUT"
)
|
csv_basename |
basename without file extension of the output file |
timestamp |
TRUE if a "_YYYY-MM-DD HH:MM:SS" timestamp is desired in the output filename |
path_folder |
destination folder name. If this folder does not exist, it will be created. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.