knitr::opts_chunk$set(echo = TRUE) targets::tar_load(DF_analysis)
Table 1 with {median} ({p25}, {p75})", "{min}, {max}:
table1 = DF_analysis %>% select(-id) %>% tbl_summary( type = all_continuous() ~ "continuous2", statistic = all_continuous() ~ c("{median} ({p25}, {p75})", "{min}, {max}"), missing = "ifany" ) table1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.