write_xlsx-ANY-ANY-ANY-written_xlsx-method: Write an xlsx file given the result of an existing xlsx...

write_xlsx,ANY,ANY,ANY,written_xlsx-methodR Documentation

Write an xlsx file given the result of an existing xlsx write.

Description

Write an xlsx file given the result of an existing xlsx write.

Usage

## S4 method for signature 'ANY,ANY,ANY,written_xlsx'
write_xlsx(
  data = NULL,
  wb = NULL,
  sheet = NULL,
  excel,
  rownames = TRUE,
  start_row = 1,
  start_col = 1,
  title = NULL,
  number_format = "0.000",
  data_table = TRUE,
  freeze_first_row = TRUE,
  freeze_first_column = TRUE,
  column_width = "heuristic",
  ...
)

elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.