check.input | R Documentation |
Checks length and type of the provided input variables.
check.input(data, ...)
data |
Input data.frame or matrix |
... |
Input variables. Either a list or individual vectors |
This function can be run for named variables (in which case the return
value will be named according to the given name), or for placeholder
variables that are assigned and named according to e.g. entries of a character
vector. In the latter case, the input variable has to be named as "var"
or
"var_qc"
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.