write_excel-methods: Write a StyledTable to an Excel sheet

write_excelR Documentation

Write a StyledTable to an Excel sheet

Description

Write a StyledTable to an Excel sheet

Usage

write_excel(sheet, st, ...)

## S4 method for signature 'ANY,StyledTable'
write_excel(sheet, st, first_row = NULL, first_col = NULL)

Arguments

sheet

An xlsx sheet object

st

A StyledTable object object

...

Various arguments

first_row

The number of the starting row of the table in the sheet

first_col

The number of the starting col of the table in the sheet

See Also

write_pdf(), write_png(), create_latex_table(), append_latex_table(), create_latex_table_body()


R-package/styledTables documentation built on Feb. 6, 2024, 2:21 a.m.