Description Usage Arguments Value Examples
Selectively muffle warnings based on output
1 | hushWarning(expr, regexp)
|
expr |
an expression |
regexp |
a regexp to be matched (with str_detect) |
the result of expr
1 2 | CellaRepertorium:::hushWarning(warning('Beware the rabbit'), 'rabbit')
CellaRepertorium:::hushWarning(warning('Beware the rabbit'), 'hedgehog')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.