In R some functions can print information and return values, can the print be silenced?
For example:
print.and.return <- function() { print(\"foo\
?capture.output