appsection: Issue LaTeX section and/or subsection in appendix

appsectionR Documentation

Issue LaTeX section and/or subsection in appendix

Description

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.

Usage

appsection(section = NULL, subsection = NULL, main = FALSE, panel = "")

Arguments

section

a character string that will cause a section command to be added to app.tex

subsection

a character string that will cause a subsection command to be added to app.tex

main

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

panel string; must be given if main=TRUE and option texdir is not ""


greport documentation built on Sept. 3, 2023, 1:06 a.m.