R doesn't form opinions about your data. If you are not paying attention to
what the functions you call expect to receive, then you may find your
experience with R is frustrating.
In this case, we have no idea what the function "symbolFrame" is, or what it
expects to receive (and it did not com
I'm calling a list of symbols and then using a function to build a data
frame from that symbol list. It works great until I introduce this index
symbol from yahoo '^GSPC'. When and index symbol is introduced I get and
error which is below.
> Data <- symbolFrame(symbols)
Error in get(S) : obje
2 matches
Mail list logo