library(dplyr)
library(gtsummary)
set.seed(1123)
trial <-
gtsummary::trial %>%
mutate(death = as.numeric(death))
usethis::use_data(trial, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.