Report"

# set chunk defaults
knitr::opts_chunk$set(echo = FALSE, message = FALSE, warning = FALSE)
set.seed({{format(Sys.Date(), format = "%Y%m%d")}})
library(gtsummary); library(tidyverse)

# setting and gtsummary theme
theme_gtsummary_compact()

# Import analysis result objects here
results <- load(here::here("secure_data", "results.Rdata"))
# define complex inline-reporting objects here

Methods

Describe cohort and analytic methods here.

All analyses were conducted using r cite_r(pkgs = c("tidyverse", "gtsummary"), add_citation = TRUE).

Results

Describe analytic results here.

Tables & Figures

References



Try the starter package in your browser

Any scripts or data that you put into this service are public.

starter documentation built on June 7, 2023, 6:33 p.m.