## code to prepare `adtte` dataset goes here
adtte <- haven::read_xpt("data-raw/adtte.xpt") %>%
dplyr::mutate(dplyr::across(.cols = where(is.character),
.fns = dplyr::na_if, y = ""))
usethis::use_data(adtte, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.