khazaei at ceremade.dauphine.fr
2010-Jun-14 16:41 UTC
[R] How we can open the results are saved
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
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?