View source: R/get_brazil_rate_name.R
get_brazil_rate_name | R Documentation |
This function retrieves the value of a specific Brazilian economic rate (e.g., "CDI", "Selic", "IPCA") from the BrasilAPI endpoint.
get_brazil_rate_name(rate_name)
rate_name |
A character string indicating the rate to retrieve. Valid examples include
|
A tibble with two columns: nome
(name of rate) and valor
(numeric value).
get_brazil_rates
to retrieve all rates at once.
## Not run:
get_brazil_rate_name("CDI")
get_brazil_rate_name("Selic")
get_brazil_rate_name("IPCA")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.