[R] how I can see the results are saved
Jim Lemon
jim at bitwrit.com.au
Wed Apr 28 12:58:14 CEST 2010
On 04/28/2010 08:42 PM, khazaei at ceremade.dauphine.fr wrote:
> Hi, all
>
> I have saved the results of the my program, now I want to see the results,
> could you please tell me how I can do this?
> thank you
Hi khazaei,
This depends upon how you saved your results. If you used:
sink("myresults.txt")
(lots of R commands)
sink()
Your results will be in a text file named "myresults.txt" and you can
view them in a text editor.
There are several other ways to save results, so letting us know what
you did to save them will probably result in more helpful answers.
Jim
More information about the R-help
mailing list