Skip to content

Instantly share code, notes, and snippets.

View Iegor-Vyshnevskyi's full-sized avatar

Iegor Iegor-Vyshnevskyi

  • KDI School
  • Sejong, South Korea
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)