[R] RE:

Martyn Plummer plummer at iarc.fr
Tue Nov 9 16:24:37 CET 1999


I usually do this by saving the spreadsheet in comma-separated variable
(csv) format, and then read it into R with this command

foo.dat <- read.table("foo.csv", header=TRUE, sep=",")

Martyn

On 09-Nov-99 Nestler, Angelika wrote:
> 
> How can I import tables from Microsoft-Exel into R? Perhaps You can
> explain in an example. Thanks!
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list