Skip to content
Back to formatted view

Raw Message

Message-ID: <C2C6EA6C4DADB348BFDF58894B0390120127311C@kinsrv001.dpi.qld.gov.au>
Date: 2003-05-15T05:16:14Z
From: Dowkiw, Arnaud
Subject: Importing S-Plus data sets into R

3 steps :

under Splus:

> dput(data.frame,"data.frame.transfer")

then put "data.frame.transfer" in you working R Windows directory

under R :

>data.frame<-dget("data.frame.transfer")

Hope this helps.

Arnaud

-----Original Message-----
From: Trudi O'Farrell [mailto:TOfarre1 at usc.edu.au]
Sent: Thursday, 15 May 2003 3:06 PM
To: r-help at stat.math.ethz.ch
Cc: Trudi O'Farrell
Subject: [R] Importing S-Plus data sets into R


Dear All

I apologise for such a simplistic question.  However I am having immense
trouble getting my S-Plus data set into R.  I have attempted
data.dump/data.restore though I am unable to get it to work for me.  The
error I am getting in R is :
Error in seek(s) : no applicable method for "seek"

Is this the best way to import S-Plus datasets or is there another
suggestion that I could try?  My data set is 284 variables with
1461rows.

Thank-you for your help in advance,

Trudi

______________________________________________
R-help at stat.math.ethz.ch mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

********************************DISCLAIMER**********************... {{dropped}}