# NOT RUN {
{
my_dat <- data.frame (
geo = c("AL", "GR", "XK", "EL", "UK", "GB", "NLD", "ZZ" ),
values = runif(8)
)
## NLD is an ISO 3-character code and is not validated.
validate_nuts_countries(my_dat)
}
# }
Run the code above in your browser using DataLab