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" 
#>          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"