ggplot

Exploring Stock Data

I have recently been intrested in modeling stock volatility. In order to make the process easier, I wanted a way to quickly download stock data in R, and after some quick searching on the web, I stumbled across the tidyquant package which is able to download stock data from Yahoo Finance, and then conveniently store the data as a tibble object.