Description Usage Arguments Value Author(s) Examples
View source: R/download_indicators.R
Download daily and monthly values of several Brazilian economic indicators.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | download_indicator_quandl(indicator_id, indicator_name = "",
is_percentage = TRUE)
download_indicator_cdi_daily()
download_indicator_cdi_monthly()
download_indicator_ibovespa_daily()
download_indicator_ipca_accumulated()
download_indicator_ipca_monthly()
download_indicator_selic_daily()
download_indicator_selic_monthly()
download_indicator_tjlp_monthly()
|
indicator_id |
Chracter. Quandl unique ID of the desired indicator. |
indicator_name |
Character. Indicator name in a human readable format. Serves only to identify the indicator in the returned data.frame. |
is_percentage |
Boolean. Indicates if expected values are represing percentages. Necessary to fix Value column because Quandl does not represents percentages property. Defaults to true. |
A data.frame containing:
Indicator (indicator name)
Date
StartDate
Value
PctChange (based on Value)
Renato Dinhani
1 2 3 4 5 | ## Not run:
download_indicator_cdi_daily()
download_indicator_cdi_monhtly()
download_indicator_ibovespa_daily()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.