Scrapes the API websites to retrieve an updated list of supported countries for each API.
supported_countries(type)
type | Obligatory parameter to define the API from which to obtain the
supported countries. Must be one of the following
|
---|
Returns a data.frame
with the supported
ISO 3166-1 alpha-2
country code, country name the number of items (names) for each country.
Please be conscious that this function directly scrapes the website, do not overuse it as it might overwhelm the server.
if (FALSE) { supported_countries(type="genderize") }