I\'m trying to download data from Yahoo using this code:
library(quantmod) getSymbols(\"WOW\", auto.assign=F)
This has worked for me in the
Version 0.4-9 of quantmod fixes this issue, and is now available on CRAN.