Nothing
knitr::opts_chunk$set(echo = TRUE) set.seed({{format(Sys.Date(), format = "%Y%m%d")}})
library(gtsummary); library(tidyverse) # setting and gtsummary theme theme_gtsummary_compact() # importing master analytic data set df_main <- readRDS(file = here::here("secure_data", "df_main.Rds"))
# list result objects here. save only those needed for the final report save( df_results, gts_table1, file = here::here("secure_data", "results.Rdata") )
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.