table_country <- Rcountry::tab_countries %>%
dplyr::mutate(dplyr::across(dplyr::everything(), stringi::stri_escape_unicode))
usethis::use_data(table_country, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.