quiet: Suppress print from cat()
Description
Suppress print from cat()
Usage
quiet(x, be_quiet = TRUE)
Arguments
- x
evaluation of a statement that may explicitly or implicitly involve cat()
- be_quiet
logical. TRUE to suppress print from cat(); FALSE to continue printing