Learn R Programming

ipeadatar (version 0.1.0)

available_subjects: List with available subjects

Description

Returns a list with available subjects from Ipeadata API database.

Usage

available_subjects(language = c("en", "br"))

Arguments

language

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

Value

A data frame containing code and name of available subjects.

Examples

Run this code
# NOT RUN {
# Available subjects (in English)
all_subjects <- available_subjects()

# Available subjects (in Brazilian portuguese)
all_subjectsBR <- available_subjects(language = "br")

# }

Run the code above in your browser using DataLab