# 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
Describe cohort and analytic methods here.
All analyses were conducted using r cite_r(pkgs = c("tidyverse", "gtsummary"), add_citation = TRUE)
.
Describe analytic results here.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.