Skip to content

exporting directly to a file

2 messages · Christian Landry, Spencer Graves

#
Hi,

I would like to know what is the function in R that allows exporting 
results of an operation directly to a file as the analysis is running. I am 
performing an analysis on a large matrix and the resulting object takes too 
much memory to be exported as a file.

Thanks,

Christian
#
Have you considered "sink"? 

      hope this helps. 
      spencer graves
Christian Landry wrote: