About this question
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 in one line if possible. How R suppress output?