powered by
This function verifies whether the input is a numeric vector with no missing (NA, NaN) or infinite (Inf or -Inf) values.
NA
NaN
Inf
-Inf
is_numeric(x)
A logical value: TRUE if the input is a numeric vector without any missing or infinite values, otherwise FALSE.
TRUE
FALSE
An object to check.