David,
Great suggestion!
Thanks,
Brian
On Dec 13, 2020, at 6:06 PM, David Winsemius
mailto:dwinsem...@comcast.net>> wrote:
On 12/13/20 12:49 PM, Brian Beckage wrote:
As an example to illustrate my question, if I used the following code to plot
the price of Apple stock usi
As an example to illustrate my question, if I used the following code to plot
the price of Apple stock using the tidyquant package and ggplot2
AAPL<-tq_get(x="AAPL")
AAPL %>%
ggplot(aes(x = date, y = close)) +
geom_line() +
labs(title = "AAPL", y = "Closing Price", x = "") +
coord_x_dat
2 matches
Mail list logo