Skip to content

Instantly share code, notes, and snippets.

@vishalinp
vishalinp / Analysis_template.R
Last active March 15, 2018 10:37
Bitcoin Automated Alert Mock-up (SatRday 2018)
library(jsonlite)
library(dplyr)
library(tidyr)
library(ggplot2)
library(RcppRoll)
library(mailR)
library(knitr)
setwd("directory/of/your/Rscript")