knitr::opts_chunk$set(echo = F, comment = '', warning = F, message = F)

options(gtsummary.pvalue_fun = function(x) ifelse(x < 0.001, '<0.001', format(round(x, 3), 3)))
options(gtsummary.tbl_regression.estimate_fun = function(x) format(round(x, 3), 3))

library(tidyverse)
library(rms)
library(here)
# CSS code to modify the table of content width, size, and the width of the main container

#TOC {
  font-size: 80%;
}

div.tocify {
  max-width: 100%;
}

div.main-container {
  max-width: 1800px;
}


mluu921/cshshelper documentation built on April 22, 2020, 2:33 p.m.