View source: R/14-validation-helpers.R
| validate_vector_input | R Documentation |
Validate vector input
validate_vector_input(x, param_name = "vector_data", allow_null = FALSE)
x |
Input to validate |
param_name |
Parameter name for error messages |
allow_null |
Allow NULL values |
TRUE if valid, stops with error if invalid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.