search for: consituents

Displaying 1 result from an estimated 1 matches for "consituents".

Did you mean: constituents
2006 Aug 31
0
Data Download Probelm from Yahoo
Hi All, I'm trying to download data using following code. require(UsingR) ## This is the R-package you need to run command yahoo.get.hist.quote #Initialize empty table closing <-NULL #Downalod consituents since I don't have it on my comp download.file("http://www2.standardandpoors.com/spf/csv/index/sp500.csv", "Z:/BETA PROJECT/DATA DOWNLOAD FROM YAHOO/Constituents.csv", "internal", quiet = FALSE, mode = "wb",cacheOK = TRUE) constituents<-as.matrix(read...