tests/testthat/test-destination.R

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"))
})
vincentarelbundock/countrycode documentation built on April 5, 2024, 12:52 p.m.