download_indicator_quandl: Download Indicators

Description Usage Arguments Value Author(s) Examples

View source: R/download_indicators.R

Description

Download daily and monthly values of several Brazilian economic indicators.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18

Arguments

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.

Value

A data.frame containing:

Author(s)

Renato Dinhani

Examples

1
2
3
4
5
## Not run: 
download_indicator_cdi_daily()
download_indicator_cdi_monhtly()
download_indicator_ibovespa_daily()
## End(Not run)

dinhani/BRStocksAndHedgeFunds documentation built on March 12, 2021, 1:52 p.m.