View source: R/check-input-helpers.R
check_numeric_vector | R Documentation |
Helper function to check whether an input is a numeric vector.
check_numeric_vector(x, ...)
x |
input to check |
... |
Arguments passed on to
|
Returns TRUE if the check was successful and a string with an error message otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.