## Loading datasets and packages library("ggplot2") library("jrWhyR")
stock = get_stock()
ggplot(stock) + geom_line(aes(time, value))
You should
magic_eightball(stock)
This report was last updated at r Sys.time()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.