[R] How we can open the results are saved

Bert Gunter gunter.berton at gene.com
Mon Jun 14 18:59:39 CEST 2010


No.

Binary "workspace" data are saved by default with the .Rdata extension and
are "opened" (actually have their contents added to the current workspace)
by load().

.R text files and would need to be sourced:

source('adresse/filename.R')

Bert Gunter
Genentech Nonclinical Biostatistics
 
 

-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On
Behalf Of jim holtman
Sent: Monday, June 14, 2010 9:50 AM
To: khazaei at ceremade.dauphine.fr
Cc: r-help at r-project.org
Subject: Re: [R] How we can open the results are saved

load('adresse/filename.R')


On Mon, Jun 14, 2010 at 12:41 PM,  <khazaei at ceremade.dauphine.fr> wrote:
> Hi all
> I saved the result of my code as a file, like
>> save(namefunction,file="adresse/filename.R").
>  I want to open the filename. Could you please help me how I can open the
> filename and see the result.
>
> best
> Khazaei
>
> ______________________________________________
> R-help at r-project.org 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.
>



-- 
Jim Holtman
Cincinnati, OH
+1 513 646 9390

What is the problem that you are trying to solve?

______________________________________________
R-help at r-project.org 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.



More information about the R-help mailing list