is_numeric | R Documentation |
This function verifies whether the input is a numeric vector with no missing
(NA
, NaN
) or infinite (Inf
or -Inf
) values.
is_numeric(x)
x |
An object to check. |
A logical value: TRUE
if the input is a numeric vector without any
missing or infinite values, otherwise FALSE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.