search for: n225

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

Did you mean: 225
2010 Oct 10
1
Help needed for getYahooData in TTR package & writing the Yahoo data to excel
...when I attempted to write the data to excel using write.table, dates in the first colume become 1,2,3,4 in the excel file. Same problem happened if write.csv was used. If you run these two lines of code you'll get what I meant.. before running the code, package TTR needs to be loaded. >N225 <- getYahooData("^N225", 20000101, ) >write.table(N225,"Nikkei.xls",sep='\t', row.name = TRUE , col.name = NA) Appreciate your kind assistance! Thanks a lot in advance. -- View this message in context: http://r.789695.n4.nabble.com/Help-needed-for-getYahooData-...