Hello all:

    As everyone knows the stock quotes in Yahoo can be downloaded directly 
on EXCEL spreadsheet. 

    we can also use the simple sentence of package tseries of R to download
Yahoo quote:
       
          x <- get.hist.quote(instrument = "ibm", start = "2010-01-01",
quote = "close")  
          x
      
    The result will display on the R console. BUT how can we also download
them onto 
spreadsheet? 

    Thank!

--
View this message in context: 
http://r.789695.n4.nabble.com/How-download-to-spreadsheet-tp3805182p3805182.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to