Description Usage Arguments Value Examples
Returns a list with available subjects from Ipeadata API database.
1 | available_subjects(language = c("en", "br"))
|
language |
String specifying the selected language. Language options are
English ( |
A data frame containing code and name of available subjects.
1 2 3 4 5 | # Available subjects (in English)
all_subjects <- available_subjects()
# Available subjects (in Brazilian portuguese)
all_subjectsBR <- available_subjects(language = "br")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.