write_data | R Documentation |
This function will write multiple dataframes into separate files.
write_data(
listofdf = "GlobalEnv",
target_dir_data = "data",
data_extension = "RData",
rebuild_target_dir_data = FALSE,
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.