Write an Excel file using write.xlsx.

write_full_excel(
  x,
  file,
  asTable = FALSE,
  ...,
  log = "DEPRECATED",
  log_details = ""
)

Arguments

x

object or a list of objects that can be handled by writeData to write to file

file

File path.

asTable

write using writeDataTable as opposed to writeData

...

optional parameters to pass to functions:

  • createWorkbook

  • addWorksheet

  • writeData

  • freezePane

  • saveWorkbook

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.

See also

write.xlsx

Other write functions: write_temp_xlsx()

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