This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Packages and setup | |
```{r setup, include=FALSE} | |
library(tidyverse) # the fundamentals | |
library(lubridate) # working with dates | |
library(timetk) # time series Swiss Army Knife, not used today but worth a look | |
library(tidyquant) # great finance functions and FRED importer | |
library(readxl) | |
library(scales) |