Howto suppress one command's output in R?
Posted
by Tor
on Stack Overflow
See other posts from Stack Overflow
or by Tor
Published on 2010-04-27T16:30:44Z
Indexed on
2010/04/27
16:33 UTC
Read the original article
Hit count: 252
r
In R I'm looking to suppress the output of one command (in this case, the apply function). Is it possible to do this without using sink()? I've found the described solution below, but would like to do this inline if possible. Danke.
http://stackoverflow.com/questions/2501895/how-to-suppress-output-in-r
© Stack Overflow or respective owner