R-beta: Re: your mail
Gregory R. Warnes
warnes at biostat.washington.edu
Mon Oct 20 17:38:42 CEST 1997
R does not read the Splus data storage format. To transport objects
between Splus and R, I've used dump() in Splus to save the object in a
text file, and then use source() in R to read it in.
On Mon, 20 Oct 1997, Jean-Francois Gibrat wrote:
> Hi,
>
>
>
> I am currently trying to switch from Splus to R and I would like to know
> whether there is a way of transfering Splus objects stored on disk into the R
> environment. In Splus I would do this using the function get, e.g., foo <-
> get(foo,where="dirname") where dirname is the name of a directory containing
> the Splus objects. In R, argument 'where' of function get appears to be
> replaced by argument 'envir', whose meaning is rather nebulous for me at the
> moment.....
> Thanks for answering me. Sorry if this question has been already asked zillion
> of times, as it is likely to have been.
>
>
>
> --
>
>
>
> ==========================================================================
> Jean-Francois Gibrat Tel: +33 (1) 34 65 25 67
> Unite de Bio-Informatique, Fax: +33 (1) 34 65 22 41
> Batiment des Biotechnologies, Email: gibrat at proline.jouy.inra.fr
> INRA, Jouy-en-Josas, 78352, France
>
>
>
>
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
> Send "info", "help", or "[un]subscribe"
> (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>
-------------------------------------------------------------------------------
Gregory R. Warnes | It is high time that the ideal of success
warnes at biostat.washington.edu | be replaced by the ideal of service.
| Albert Einstein
-------------------------------------------------------------------------------
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
More information about the R-help
mailing list