Checks if requested countries are formatted correctly for PolarCAP and attempts to convert them to ISO 3166-1 alpha-3 country codes if not.
Examples
to.ISO3(c("ALB", "aus", "united states"))
#> [1] "ALB" "AUS" "USA"
Checks if requested countries are formatted correctly for PolarCAP and attempts to convert them to ISO 3166-1 alpha-3 country codes if not.
to.ISO3(c("ALB", "aus", "united states"))
#> [1] "ALB" "AUS" "USA"