Skip to content

Instantly share code, notes, and snippets.

View skykistler's full-sized avatar

Sky Kistler skykistler

View GitHub Profile
@skykistler
skykistler / predictProphet.R
Last active October 20, 2017 15:02
Create and plot forecasts for given stock symbols
#### Install and load required libraries ####
.requiredLibraries <- c(
'prophet',
'dplyr',
'magrittr',
'quantmod'
)
## All libraries will be installed if needed ##
.requireLib <- function(package) {