List of the countries supported by the API.

get_countries(api_key = config::get("key"), parse_response = TRUE)

Arguments

api_key

API key

parse_response

Should we parse the response as a list?

Value

list of countries

Examples

if (FALSE) { get_countries() }