Write a temporary Excel file using write.xlsx
. The Path to the file is returned.
write_temp_xlsx(x, asTable = FALSE, ..., log = "DEPRECATED", log_details = "")
x | object or a list of objects that can be handled by |
---|---|
asTable | write using writeDataTable as opposed to writeData |
... | optional parameters to pass to functions:
see details. |
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_full_excel()
Other excel functions:
is_excel()
,
read_full_excel()
,
write_full_excel()