Description Usage Arguments Details Value Author(s) Examples
Suppress certain warnings issued by an expression.
1 | suppress_warning(expr, regexpr)
|
expr |
Expression to be executed |
regexpr |
Regular expression matching warnings to suppress |
All warnings which are issued by the expression and match the regular expression are suppressed.
Return value of the expression
Thomas Neitmann
Stefan Bundfuss
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.