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