save_excel: Save a list of 'mdtables' as an Excel file.

View source: R/flextable_tools.R

save_excelR Documentation

Save a list of 'mdtables' as an Excel file.

Description

Saves a list of mdtable objects as an Excel file. Each list element is saved as a separate sheet and named with the 'Table 1', 'Table 2', ... scheme. The first sheet named 'Cover' provides a handy legend with the table name and its caption.

Usage

save_excel(tab_lst, path, prefix = "Table ", ...)

Arguments

tab_lst

a list of 'mdtable' data frames.

path

path of to the Excel file.

prefix

prefix used to name sheets of the Excel file.

...

extra arguments passed to write_xlsx.

Value

none, called for the side effects.


PiotrTymoszuk/figur documentation built on July 16, 2024, 1:15 a.m.