This is useful for copying section and subsection titles in the main body of the report to the appendix, to help in navigating supporting tables. LaTeX backslash characters need to be doubled.
appsection(section = NULL, subsection = NULL, main = FALSE, panel = "")
a character string that will cause a section command to be added to app.tex
a character string that will cause a subsection command to be added to app.tex
set to TRUE
to also write a section or subsection command to the console to be used in building the main report body (graphical section), in which case you should also specify panel
if option texdir
is not an empty string
panel string; must be given if main=TRUE
and option texdir
is not ""