RTDB: Create Real Time Data Base

Description Usage Arguments References Examples

View source: R/RTDB.R

Description

Create a time series matrix mts replicating the information available in a given date.

Usage

1
RTDB(series_code = NULL, vintage = NULL)

Arguments

series_code

vector with the series encoding following the Bacen (Banco Central do Brasil) standards.

vintage

the vintage encoded by the day of the extraction

References

Central Bank of Brazil

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
# Show series available:
RTDB()

# Show vintages available for the series 1:
RTDB(series_code = 1)

# Show series 1 data at vintage 2017-04-04:
RTDB(series_code = 1, vintage = "2017-04-04")

## End(Not run)

nowcasting documentation built on Aug. 1, 2019, 9:04 a.m.

Related to RTDB in nowcasting...