Generate Section RMD command
rmdSECTION.RdAllows generation of RMD strings to implement sections (level=1), subsections (level=2), subsubsections (level=3), etc. Sections can be numbered (numbered=TRUE) or unnumbered (numbered=FALSE). A label can be given to be able to crossreference this section.
rmdSECTION(title = "Section Title", label = NULL, level = 1, numbered = TRUE)Arguments
Value
Section RMD command as IQRrmd object
Details
Unnumbered sections have the limitation to level=1 and only a single unnumbered section can be present in a document - the first one.
See also
Other IQR report:
+.IQRrmd(),
IQReport(),
export_IQRrmd(),
has_IQReport_executable(),
print.IQRrmd(),
rmdAPPROVALS(),
rmdCOMMENT(),
rmdEMPTY(),
rmdFIGURE(),
rmdFIGref(),
rmdLANDSCAPE(),
rmdLINEBREAK(),
rmdNEWPAGE(),
rmdNOINTRO(),
rmdPARAGRAPH(),
rmdPDF(),
rmdPORTRAIT(),
rmdSECref(),
rmdTABLE(),
rmdTABLEDF(),
rmdTABref(),
rmdTEXTSTYLE(),
rmdTITLE(),
rmdTXT(),
rmdTXTref(),
rmdURL(),
rmdVALref()
