Nothing
knitr::opts_chunk$set(echo = TRUE)
library(gt)
summary(result)
omopgenerics::settings(result)
if(any("cohort_code_use" == omopgenerics::settings(result) |> dplyr::pull("result_type")) == TRUE){ CodelistGenerator::tableCohortCodeUse(result = result) }
if(any("cohort_overlap" == omopgenerics::settings(result) |> dplyr::pull("result_type")) == TRUE){ CohortCharacteristics::plotCohortOverlap(result) }
if(any("cohort_timing" == omopgenerics::settings(result) |> dplyr::pull("result_type")) == TRUE){ CohortCharacteristics::plotCohortTiming(result) }
CohortCharacteristics::tableCharacteristics(result)
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.