Nothing
Code
write_xlsx(mtcars, tmp_file, sheet_name = "Test", TOC = FALSE, overwrite = TRUE,
append = TRUE)
Condition
Error in `write_xlsx()`:
! You can only overwrite or append a file, not both.
Code
write_xlsx(mtcars, tmp_file, sheet_name = "Test", overwrite = FALSE, append = TRUE)
Message
i Appending file:
Code
write_xlsx(mtcars, tmp_file, sheet_name = "Test", overwrite = TRUE, append = FALSE)
Message
i Overwriting file:
Code
write_xlsx(mtcars, tmp_file, sheet_name = "Test", overwrite = FALSE, append = FALSE)
Condition
Error in `write_xlsx()`:
! Cannot write file, already exists!
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.