## code to prepare `sn_countries_with_streets_as_qid` dataset goes here
sn_countries_with_streets_as_qid <- tibble::tribble(
~country_code,
"DE",
"CZ",
"NL",
"BE",
"FR",
"SK"
)
usethis::use_data(sn_countries_with_streets_as_qid, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.