View source: R/suppress_warnings.R
suppress_warnings | R Documentation |
Suppress warnings matching particular regular expressions.
suppress_warnings(.expr, .f)
.expr |
Code to evaluate |
.f |
A regular expression (which will be passed to |
See https://stackoverflow.com/questions/16517795/selective-suppresswarnings-that-filters-by-regular-expression
The warning message as character string, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.