Nothing
test_that("vector of destination codes", {
expect_equal(countrycode("Serbia", "country.name", "iso3c"), "SRB")
expect_warning(expect_equal(countrycode("Serbia", "country.name", "cowc"), NA_character_))
expect_warning(expect_equal(countrycode("Serbia", "country.name", c("cowc", "iso3c")), "SRB"))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.