[R] import rda data in R

2006-10-12 Thread Rita Gottloiber
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@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.


Re: [R] import rda data in R

2006-10-12 Thread Doran, Harold
Because rda files are R objects. Use load, not read.table

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Rita Gottloiber
 Sent: Thursday, October 12, 2006 10:36 AM
 To: r-help@stat.math.ethz.ch; r-help@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@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.


__
R-help@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.