Learn R Programming

nowcasting (version 1.1.4)

RTDB: Create Real Time Data Base

Description

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

Usage

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

Run this code
# 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")
# }

Run the code above in your browser using DataLab