Skip to content

Instantly share code, notes, and snippets.

docker info:

Containers: 25
 Running: 1
 Paused: 0
 Stopped: 24
Images: 24
Server Version: 17.06.0-ce
Storage Driver: devicemapper
---
title: Moving the Stock Market Backwards in Time
---
```{r, echo=FALSE,warning=FALSE,message=FALSE}
library('tidyverse')
library('tidyquant')
library('tsibble')
library('dygraphs')