I see that you can pass quiet=FALSE or quiet=TRUE in function calls, but that doesn't suppress all console output. Can we add another parameter called e.g., verbose, or just change what quiet does so that we can suppress all console output?
This would be helpful for when people are using reproducible document and only want the actual object returned, e.g., a distance matrix, and not the console output to be put in their document.
I see that you can pass
quiet=FALSEorquiet=TRUEin function calls, but that doesn't suppress all console output. Can we add another parameter called e.g.,verbose, or just change whatquietdoes so that we can suppress all console output?This would be helpful for when people are using reproducible document and only want the actual object returned, e.g., a distance matrix, and not the console output to be put in their document.