Nothing
test_string <- c("EL", "GR", "DED", "HU102")
test_that("Correct NUTS codes are handled", {
expect_equal(get_country_code (test_string),
c("GR", "GR", "DE", "HU"))
})
test_that("errors work", {
expect_error(get_country_code (test_string,
typology = "OECD"))
})
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.