arlc_is_numeric_vector | R Documentation |
This function checks if all elements of a vector are numeric.
arlc_is_numeric_vector(x)
x |
A vector. |
TRUE if all elements are numeric, FALSE otherwise.
arlc_is_numeric_vector(c(1, 2, 3))
arlc_is_numeric_vector(c(1, "a", 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.