A logical value. If FALSE, NA values
cause an error; otherwise they do not. Like na.rm in many
stats package functions, except that the position of the failing
values does not change.
severity
How severe should the consequences of the assertion be?
Either "stop", "warning", "message", or "none".
.xname
Not intended to be used directly.
Value
is_numeric_string returns a logical vector that is TRUE
when the string contains numbers. The corresponding assert_*
functions return nothing but throw an error on failure.