Skip to contents

Print all the country code in LWS

Usage

get_countries_lws()

Value

A data frame.

Examples

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