library(quantmod) getSymbols("SPY", src = "yahoo")
## [1] "SPY"
chartSeries(SPY)
But, why does this look wrong? i.e. instead of being aligned at the left margin, there is a box with a question mark.
chart_Series(SPY)