Print all the country code in LIS
show_countries_lis.Rd
Print all the country code in LIS
Examples
show_countries_lis()
#> Australia Austria Belgium Brazil
#> "au" "at" "be" "br"
#> Canada Chile China Colombia
#> "ca" "cl" "cn" "co"
#> Czech Republic Denmark Dominican Republic Estonia
#> "cz" "dk" "do" "ee"
#> Finland France Georgia Germany
#> "fi" "fr" "ge" "de"
#> Greece Guatemala Hungary Iceland
#> "gr" "gt" "hu" "is"
#> India Ireland Israel Italy
#> "in" "ie" "il" "it"
#> Ivory Coast Japan Lithuania Luxembourg
#> "ci" "jp" "lt" "lu"
#> Mali Mexico Netherlands Norway
#> "ml" "mx" "nl" "no"
#> Palestine Panama Paraguay Peru
#> "ps" "pa" "py" "pe"
#> Poland Romania Russia Serbia
#> "pl" "ro" "ru" "rs"
#> Slovakia Slovenia South Africa South Korea
#> "sk" "si" "za" "kr"
#> Spain Sweden Switzerland Taiwan
#> "es" "se" "ch" "tw"
#> United Kingdom United States Uruguay Vietnam
#> "uk" "us" "uy" "vn"