knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

BECS

Brazilian Economics Time Series (BECS) aims at providing easy and clear information about the communication of the Brazilian Central Bank in the format of a time series. The dataset contains the both the sentiment and dates for the Inflation Reports and COPOM Minutes.

Installation

You can install the released version of BECS from GitHub with:

devtools::install_github("leonardogeri/BECS")```

## Getting Sentiment from IR

Get the data for the inflation reports by using: 

```r
library(BECS)
BECS::RIsentiment


leonardogeri/BECS documentation built on Nov. 4, 2019, 4:19 p.m.