Collect the results in a list (one entry for each matrix) and then 'save'
the list.  When you 'load' it back in, you can easily reference each element
for further processing.

On Wed, Jan 13, 2010 at 9:59 AM, Alex Roy <alexroy2...@gmail.com> wrote:

> Dear R users,
>                        I am running a R code which gives me 10 columns and
> 160 rows. I need to run the code for 100 times and each time I need to
> store
> the results in a single file.
> I do not know how can I store them in a single file without over writting
> the results?
>
> Thanks
>
> Alex
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> 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<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?

        [[alternative HTML version deleted]]

______________________________________________
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