[R] Use dump or write? or what?
    Dieter Menne 
    dieter.menne at menne-biomed.de
       
    Mon Aug  1 09:26:09 CEST 2011
    
    
  
oaxacamatt wrote:
> 
> I am calculating two t-test values for each of many files then save it
> to file calculate another set and append, repeat.
> 
You did not tell use what you want to do with the data in the file. If you
just want a copy of the output, bracketing with sink(file) and sink() can be
useful. 
If you want to process the results later, try save/load. 
Dieter
--
View this message in context: http://r.789695.n4.nabble.com/Use-dump-or-write-or-what-tp3708904p3709031.html
Sent from the R help mailing list archive at Nabble.com.
    
    
More information about the R-help
mailing list