[BioC] How to redirect output results

Rafael A. Irizarry ririzarr at jhsph.edu
Fri Dec 12 19:50:07 MET 2003


there is also 
?sink

example
sink("filename")
swirl[,1]@maRf
sink()


On Fri, 12 Dec 2003, John Zhang wrote:

> 
> >How to redirect output (results on the screen) to a file? When I 
> >typed swirl[,1]@maRf, only the partial results I can see because of 
> >data is too big. How can I redirect this information to a file? Thank 
> >you very much.
> 
> How about
> 
> tt <- capture.output(print("Just to try"))
> 
> and write tt to a file.
> 
> 
> >
> >Best Wish,
> >Liping
> >
> >_______________________________________________
> >Bioconductor mailing list
> >Bioconductor at stat.math.ethz.ch
> >https://www.stat.math.ethz.ch/mailman/listinfo/bioconductor
> 
> Jianhua Zhang
> Department of Biostatistics
> Dana-Farber Cancer Institute
> 44 Binney Street
> Boston, MA 02115-6084
> 
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at stat.math.ethz.ch
> https://www.stat.math.ethz.ch/mailman/listinfo/bioconductor
>



More information about the Bioconductor mailing list