## code to prepare `export_opr` dataset goes here
export_chd_age_sex <- data.table::fread("inst/extdata/export_chd_age_sex.txt", encoding = "UTF-8")
export_chd_age_sex <- export_chd_age_sex[year != 2024]
usethis::use_data(export_chd_age_sex, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.