validate.array.param.value {AnalysisPageServer} | R Documentation |
Validate an array-type AnalysisPageParam value
validate.array.param.value(app, val, transform.labeled = FALSE)
app |
AnalysisPageParam |
val |
Candidate value |
transform.labeled |
Passed through to |
Validate an array-type AnalysisPageParam value:
val
must be a list.
length(val)
must be in the acceptable range (between app$min
and app$max
inclusive).
Each element of val
must be validate by app$prototype
.
transform.labeled
is passed on.
value, possibly with elements transformed
Brad Friedman