Skip to content

Instantly share code, notes, and snippets.

View Shafi2016's full-sized avatar

Shafi2016

View GitHub Profile
### 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)