write_temp_xlsx: Write a List of Dataframes as a Temporary Excel

Description Usage Arguments See Also

View source: R/excel.R

Description

Write a temporary Excel file using write.xlsx. The Path to the file is returned.

Usage

1
write_temp_xlsx(x, asTable = FALSE, ..., log = "DEPRECATED", log_details = "")

Arguments

x

A data.frame or a (named) list of objects that can be handled by writeData or writeDataTable to write to file

asTable

If TRUE will use writeDataTable rather than writeData to write x to the file (default: FALSE)

...

Additional arguments passed to writeData, writeDataTable, setColWidths

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.

See Also

Other write functions: write_full_excel()

Other excel functions: is_excel(), read_full_excel(), write_full_excel()


meerapatelmd/broca documentation built on Dec. 27, 2021, 2:03 p.m.