Rich Harken
12/28/2015
In taking the Coursera Course: Developing Data Products - The class project has the following requirements:
In a previous class in this specialization - I learned about a fun little package called 'quantmod'.
It is a package to work with stock market information in an easy to use way. It also has a number of options that drive what analysis occurs when looking at certain stock information.
I thought:
So here's how easy quantmod is to work with. In the R quantmod package, the following code:
library(quantmod)
getSymbols("^DJI", from=Sys.Date()-90, to=Sys.Date())
chartSeries(DJI, theme=chartTheme("beige"))
Produces a nice detailed graph like this:
The final version of my project allows you to:
You can run the demo at https://rharken.shinyapps.io/ShinyDemo