I'm downloading data from Yahoo using quantmod
:
> getSymbols("HNZ-A.TO")
[1] "HNZ-A.TO"
Warning message:
In download.file(paste(yahoo.URL, "s=", Symbols.name, "&a=", from.m, :
downloaded length 70893 != reported length 200
The file shows up in my R workspace. The data is there and I can use edit
to see the object, but I can't use the object. For example:
> head(HNZ-A.TO)
Error in head(HNZ - A.TO) : object 'HNZ' not found
What can I do to use this object?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…