Howto suppress one command's output in R?
- by Tor
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