knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Sources of data

We have two main sources of data:

  1. Bloomberg (via Rblpapi package) (link)
  2. Macrobond (via MacrobondAPI package) (link)

They retrieve data in different formats and this package creates custom function to harmonise the data type they return.

Data types

Two main data types here, useful for different purposes:

  1. Time series, using the xts format
  2. Data frame, using the tibbles format


yunching/tidymas documentation built on Feb. 5, 2023, 1:42 p.m.