suppress_warning | R Documentation |
Suppress certain warnings issued by an expression.
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
Function that provide users with custom warnings
warn_if_incomplete_dtc()
,
warn_if_inconsistent_list()
,
warn_if_invalid_dtc()
,
warn_if_vars_exist()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.