write_full_excel: Write a List of Dataframes as an Excel

Description Usage Arguments See Also

View source: R/excel.R

Description

Write an Excel file using write.xlsx.

Usage

1
2
3
4
5
6
7
8
write_full_excel(
  x,
  file,
  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

file

File path.

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

write.xlsx

Other write functions: write_temp_xlsx()

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


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