powered by
Returns a list with available countries from Ipeadata API database.
available_countries(language = c("en", "br"))
String specifying the selected language. Language options are English ("en", default) and Brazilian portuguese ("br").
"en"
"br"
A data frame containing ISO 3 code and name of available countries.
# NOT RUN { # Available countries (in English) all_countries <- available_countries() # Available countries (in Brazilian portuguese) all_countriesBR <- available_countries(language = "br") # }
Run the code above in your browser using DataLab