suppressMatchingConditions | R Documentation |
Suppress messages and warnings based on one or more regex matches
suppressMatchingConditions(expr, ..., .opts = list(), .envir = parent.frame())
expr |
An expression to evaluate |
... |
Named parameters, where the name indicates the class of conditions to capture and the value is a vector of regular expressions that, when matched against the respective condition message, should suppress that condition. |
.opts |
A named list of arguments to pass to |
.envir |
The environment in which |
a message printed on console
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.