suppress_warnings: Selective suppress warnings
Description
Suppress warnings matching particular regular expressions.
Usage
suppress_warnings(.expr, .f)
Arguments
.f
A regular expression (which will be passed to grepl()
).
Value
The warning message as character string, invisibly.
Details
See https://stackoverflow.com/questions/16517795/selective-suppresswarnings-that-filters-by-regular-expression