save_file | R Documentation |
Defualt behavior is to overwrite
save_file(
object,
f_path,
csv_opt = "readr::write_excel_csv",
overwrite = NULL,
verbose = FALSE,
forbid_overwrite = NULL,
...
)
object |
[obj] an R object |
f_path |
[path] a file path to save to |
csv_opt |
[chr] optional csv writer, depending on desired behavior e.g. default 'readr::write_excel_csv' preserves correct diacritics, but 'data.table::fwrite' is faster if diacritics are not necessary. |
overwrite |
[lgl] default: NULL which overwrites by default until forbid_overwrite is deprecated |
verbose |
[lgl] default: silent |
forbid_overwrite |
[lgl] DEPRECATED - backward compatibility preserved |
... |
other arguments passed to write functions" |
[none] Saves to disk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.