ic_write_csv_wlog | R Documentation |
A wrapper for write_csv that adds a project-level log with pertinent info into file_log.csv
ic_write_csv_wlog(x, file, ...)
x |
A data frame or tibble to write to disk. |
file |
File or connection to write to. |
... |
Additional arguments from readr::write_csv() |
Write csv with log
starting or adding a file_log.csv at project-level, as well as saving csv as expected
## Not run:
df <- data.frame(fishes <- c("red", "white", "blue"))
ic_write_csv_wlog(df, tempfile())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.