Description Usage Arguments Author(s)
This function will write multiple dataframes into separate files.
1 2 3 | write_dataframe(listofdf = "GlobalEnv", target_dir_data = "out/data",
data_extension = "csv", rebuild_target_dir_data = TRUE,
summarize_df = TRUE)
|
listofdf |
Character vector. Specify a vector of dataframes to write. Choose 'GlobalEnv' to write all data frames currently inside your global environment. |
target_dir_data |
Character. Target directory for data. |
data_extension |
Character. Specify file extension for data frames. Possible values: 'csv', 'RData' and 'rds'. |
rebuild_target_dir_data |
Logical. Delete target_dir_data before writing current data frames. |
summarize_df |
Logical. Should a list of written data frames be printed to console? |
Frederik Sachser
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.