# load data
# remove non-ascii
nl_migration[,c("from", "to")] <- lapply(nl_migration[,c("from", "to")], stringi::stri_trans_general, "latin-ascii")
usethis::use_data(nl_migration, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.