R/tableofcontents.R

Defines functions tableofcontents

Documented in tableofcontents

#' Affiche table des matières
#'
#' Code LTX
#'
#' @keywords internal
#' @export
tableofcontents <- function(){
  catx(
    "\\tableofcontents",
    pagebreak()
  )
}
INESSS-QC/polymed1 documentation built on Aug. 4, 2020, 12:02 a.m.