available_countries: List with available countries

Description Usage Arguments Value Examples

Description

Returns a list with available countries from Ipeadata API database.

Usage

1

Arguments

language

String specifying the selected language. Language options are English ("en", default) and Brazilian portuguese ("br").

Value

A data frame containing ISO 3 code and name of available countries.

Examples

1
2
3
4
5
# Available countries (in English)
all_countries <- available_countries()

# Available countries (in Brazilian portuguese)
all_countriesBR <- available_countries(language = "br")

jessgoltara/pkg-ipeadata documentation built on May 30, 2019, 1:31 p.m.