Please read the docs! -- especially "An Introduction to R." There is no need whatever to have your **data** in text format (other than, perhaps, to read into into R), which is generally what "R format" (a .R suffix in teh filename, I presume) indicates.
See ?attach, perhaps? -- or maybe ?load . Also please read the posting guide and provide a reproducible example as it suggests to clearly communicate what you wish to do. -- Bert Gunter Genentech Non-Clinical Statistics South San Francisco, CA "The business of the statistician is to catalyze the scientific learning process." - George E. P. Box > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Loncar, Dejan > Sent: Monday, November 21, 2005 8:22 AM > To: [email protected] > Subject: Re: [R] conversion from RData to R file > > > I would highly appreciate some hints regarding this issue. > > Regards, > Dejan > > _____________________________________________ > > From: Loncar, Dejan > > Sent: 15 November 2005 10:32 > > To: '[email protected]' > > Subject: conversion from RData to R file > > > > > > Dear all > > I am beginner in R coding and have a problem to figure out how to > > convert RData format into R format. > > After I converted csv file using read.csv I got RData file > but to run > > some R code need R format > > > > Many Thanks > > > > Dejan > > [[alternative HTML version deleted]] > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html > ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
