Re: [R] tidyquant error downloading symbols for Index

2017-08-06 Thread David Winsemius
> On Aug 6, 2017, at 5:10 PM, Sparks, John James wrote: > > Hi R Helpers, > > I recently tried to take advantage of the ability to download all the > tickers in the S&P 500 using the functionality of tidyquant, but it threw > an error. > > For summary, the set of commands that I ran was > > l

[R] tidyquant error downloading symbols for Index

2017-08-06 Thread Sparks, John James
Hi R Helpers, I recently tried to take advantage of the ability to download all the tickers in the S&P 500 using the functionality of tidyquant, but it threw an error. For summary, the set of commands that I ran was library(tidyquant) tq_index_options() tq_index("SP500") sessionInfo() R feedba