abbreviations <- readr::read_delim(col_names = FALSE, delim = ";", trim_ws = TRUE, file = " CDM; Common data model DPP4; Dipeptidyl peptidase-4 GLP1; Glucagon-like peptide-1 IRB; Institutional review board LEGEND; Large-scale Evidence Generation and Evaluation across a Network of Databases MACE; Major adverse cardiovascular event MDRR; Minimum detectable risk ratio OHDSI; Observational Health Data Science and Informatics OMOP; Observational Medical Outcomes Partnership PS; Propensity score RCT; Randomized controlled trial SGLT2; Sodium-glucose co-transporter-2 T2DM; Type 2 diabetes mellitus ") tab <- kable(abbreviations, col.names = NULL, linesep = "", booktabs = TRUE) if (knitr::is_latex_output()) { tab %>% kable_styling(latex_options = c("striped", "hold_position"), font_size = latex_table_font_size) } else { tab %>% kable_styling(bootstrap_options = "striped") }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.