check.many {powertools} | R Documentation |
Internal-use function for quality checking sets of parameters
Description
Internal-use function for quality checking sets of parameters
Usage
check.many(paramlist = NULL, type = c("oneof"))
Arguments
paramlist |
The list of parameters being checked. |
type |
The expected type of parameter: currently only supports "oneof". |
Value
If the check passes, returns nothing. If the check does not pass, throw an error.
Examples
N <- 10
power <- NULL
check.many(list(N, power), "oneof")
[Package powertools version 0.1.2 Index]