## Loading datasets and packages
library("ggplot2")
library("jrWhyR")

Retrieve the data

stock = get_stock()
ggplot(stock) + 
  geom_line(aes(time, value))

Should I buy/sell?

You should

magic_eightball(stock)

This report was last updated at r Sys.time()



jr-packages/jrWhyR documentation built on Dec. 9, 2020, 12:40 p.m.