ValidateParameterIn | R Documentation |
A valid parameter paramValue
is either NULL or in the space
of paramPossibilities
.
ValidateParameterIn(paramValue, paramPossibilities, allowNULL = TRUE)
paramValue |
object. The parameter value to check. |
paramPossibilities |
vector. A vector of possible values for the parameter. |
allowNULL |
logical. Whether or not to allow NULL as a possibility. |
TRUE if paramValue
is valid, otherwise it raises an error.
## Not run:
ValidateParameterIn("all", DataSubset)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.