write_excel | R Documentation |
Takes a tibble or dataframe variable and saves it out as an Excel file using the variable name as the filename.
write_excel(
variable,
output_dir = dir_data_out(),
should_timestamp_output_files = FALSE
)
variable |
A tibble or dataframe object. |
output_dir |
The directory to save the file out to. |
should_timestamp_output_files |
Either TRUE, FALSE, or pulled from the environment if set. |
No return value, called for side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.