check.many | R Documentation |
Internal-use function for quality checking sets of parameters
check.many(paramlist = NULL, type = c("oneof"))
paramlist |
The list of parameters being checked. |
type |
The expected type of parameter: currently only supports "oneof". |
If the check passes, returns nothing. If the check does not pass, throw an error.
N <- 10
power <- NULL
check.many(list(N, power), "oneof")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.