View source: R/utils-validation.R
| validate_matrix | R Documentation |
Validate matrix input
validate_matrix(x, arg_name, valid_ncols = NULL)
x |
input to validate |
arg_name |
name of the argument for error messages |
valid_ncols |
optional vector of valid column counts |
TRUE if valid, throws error otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.