Re: [R] conversion from RData to R file

2005-11-21 Thread Loncar, Dejan
I would highly appreciate some hints regarding this issue. Regards, Dejan _ From: Loncar, Dejan Sent: 15 November 2005 10:32 To: 'r-help@stat.math.ethz.ch' Subject: conversion from RData to R file Dear all I am beginner

Re: [R] conversion from RData to R file

2005-11-21 Thread Berton Gunter
. Box -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Loncar, Dejan Sent: Monday, November 21, 2005 8:22 AM To: r-help@stat.math.ethz.ch Subject: Re: [R] conversion from RData to R file I would highly appreciate some hints regarding this issue

Re: [R] conversion from RData to R file

2005-11-21 Thread Ted Harding
On 21-Nov-05 Berton Gunter wrote: 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 the filename, I presume) indicates. I would

[R] conversion from RData to R file

2005-11-15 Thread Loncar, Dejan
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]]

Re: [R] conversion from RData to R file

2005-11-15 Thread Sean Davis
On 11/15/05 4:31 AM, Loncar, Dejan [EMAIL PROTECTED] wrote: 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 You can simply load