[R] Suppressing output (e.g. from cat)
Richard Pearson
richard.pearson at postgrad.manchester.ac.uk
Tue Jun 24 13:03:02 CEST 2008
Wacek, many thanks! I'm wondering however whether this will be problematic on Windows (I have no windows box to hand to check this, but am creating a package that I would like to be cross-platform)?
Richard.
Wacek Kusnierczyk wrote:
> Richard Pearson wrote:
>> Is it possible to temporarily suspend output? I am using a function
>> that gives lots of output using cat, that is not very informative. Is
>> it possible to turn output off, run the function, then turn output
>> back on again? I've looked at ?options and done various RSiteSearch()s
>> but couldn't find a way to do this.
>>
>
> sink("/dev/null")
>
> ?sink
>
> vQ
>
> ______________________________________________
> R-help at 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.
>
--
Richard D. Pearson richard.pearson at postgrad.manchester.ac.uk
School of Computer Science, http://www.cs.man.ac.uk/~pearsonr
University of Manchester, Tel: +44 161 275 6178
Oxford Road, Mob: +44 7971 221181
Manchester M13 9PL, UK. Fax: +44 161 275 6204
More information about the R-help
mailing list