Writes rmd file for reporting of listing or table in a IQReport-compiled Word document
write_IQncaTableList.RdWrites rmd file for reporting of listing or table in a IQReport-compiled Word document
write_IQncaTableList(tabs, filename, fontsize = 8, page_orientation)Arguments
Value
Nothing return. Output to file.
Examples
if (FALSE) { # \dontrun{
write_IQncaTableList(
tableList,
filename = "../Output/tables/mytable.rmd",
page_orientation = "landscape"
)
} # }
