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 follow 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
# Show series available:
RTDB()
# Show vintages available for a serie:
RTDB(series_code=1)

guilbran/nowcasting documentation built on May 17, 2019, 2:09 p.m.