Because rda files are R objects. Use load, not read.table
> -----Original Message-----
> From: r-help-bounces at stat.math.ethz.ch
> [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Rita Gottloiber
> Sent: Thursday, October 12, 2006 10:36 AM
> To: r-help at stat.math.ethz.ch; r-help at stat.math.ethz.ch
> Subject: [R] import rda data in R
>
> Hello
> I'm triying to import data to R
> What is the problem?
>
> > es_rda <-
read.table("D:\\fdrtrees\\data\\es.rda",sep=",",header=T)
> Warning message:
> incomplete final line found by readTableHeader on
> 'D:\fdrtrees\data\es.rda'
>
> Thank you a lot
> Rita
>
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at stat.math.ethz.ch 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.
>