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-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On
Behalf Of jim holtman
Sent: Monday, June 14, 2010 9:50 AM
To: khaz...@ceremade.dauphine.fr
Cc: r-help@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,  <khaz...@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@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@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.

______________________________________________
R-help@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.

Reply via email to