clessn / wikirest

Get data from the Wikimedia REST API
Other
1 stars 0 forks source link

Check if country codes are valid in `get_most_viewed_per_country()` #25

Open judith-bourque opened 1 year ago

judith-bourque commented 1 year ago

Country codes are provided in ISO 3166-1 alpha-2

See package ISOcodes

judith-bourque commented 1 year ago

Package ISOcodes doesn't work for me...

judith-bourque commented 1 year ago

To keep it simple, check that string provided contains only two capital letters

Functions