Description Usage Arguments See Also
Write an Excel file using write.xlsx
.
1 2 3 4 5 6 7 8 | write_full_excel(
x,
file,
asTable = FALSE,
...,
log = "DEPRECATED",
log_details = ""
)
|
x |
A data.frame or a (named) list of objects that can be handled by
|
file |
File path. |
asTable |
If |
... |
Additional arguments passed to |
log |
(Deprecated) Log this function call to a log.md file? |
log_details |
(Deprecated) If log is TRUE, additional notes to include with the log entry. |
Other write functions:
write_temp_xlsx()
Other excel functions:
is_excel()
,
read_full_excel()
,
write_temp_xlsx()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.