
Print all the country code in LWS
get_countries_lws.Rd
Print all the country code in LWS
Examples
get_countries_lws()
#> Australia Austria Canada Chile Denmark
#> "au" "at" "ca" "cl" "dk"
#> Estonia Finland France Germany Greece
#> "ee" "fi" "fr" "de" "gr"
#> India Italy Japan Luxembourg Mexico
#> "in" "it" "jp" "lu" "mx"
#> Norway Slovakia Slovenia South Africa South Korea
#> "no" "sk" "si" "za" "kr"
#> Spain Sweden United Kingdom United States
#> "es" "se" "uk" "us"