View source: R/series-database.R
| browse_series | R Documentation |
Displays a searchable table of available Brazilian economic series.
browse_series(
category = NULL,
sub_category = NULL,
source = NULL,
frequency = NULL,
search_text = NULL,
language = c("pt", "en")
)
category |
Filter by category (optional) |
sub_category |
Filter by sub-category (optional) |
source |
Filter by source (optional) |
frequency |
Filter by frequency (optional) |
search_text |
Text search across all columns (optional) |
language |
Language for returned labels. Either |
A tibble with available series matching the criteria
browse_series()
browse_series(category = "Macroeconomic")
browse_series(search_text = "inflação")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.