Skip to content

Instantly share code, notes, and snippets.

View JakeRuss's full-sized avatar

Jake Russ JakeRuss

View GitHub Profile
library(dplyr)
library(slider)
library(lubridate)
library(tsibbledata)
# Google, Apple, Facebook, Amazon stock
gafa_stock <- as_tibble(gafa_stock)
gafa_stock <- select(gafa_stock, Symbol, Date, Close, Volume)
head(gafa_stock, 2)