Writes rmd file for reporting of listing or table in a IQReport-compiled Word document
write_IQncaTableList.Rd
Writes rmd file for reporting of listing or table in a IQReport-compiled Word document
write_IQncaTableList(tabs, filename, fontsize = 8, page_orientation)
Arguments
- tabs
IQncaTableList object containing a list of tables (IQncaTable objects) with titles and footers
- filename
Filename towrite the rmd to
- fontsize
Font to be used in tables
- page_orientation
whether to plot table on landscape or portrait page
Value
Nothing return. Output to file.
Examples
if (FALSE) {
write_IQncaTableList(
tableList,
filename = "../Output/tables/mytable.rmd",
page_orientation = "landscape"
)
}