View source: R/get_brazil_rates.R
get_brazil_rates | R Documentation |
This function retrieves official interest rates and indexes from the BrazilAPI endpoint: 'https://brasilapi.com.br/api/taxas/v1'.
get_brazil_rates()
A tibble with the following columns:
nome
: Name or acronym of the rate/index.
valor
: Current value of the rate/index.
GET
, fromJSON
, as_tibble
## Not run:
taxas <- get_brazil_rates()
print(taxas)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.