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@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