Description Usage Arguments Details Value Author(s)
View source: R/validate.param.list.R
Validate an array-type AnalysisPageParam value
1 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.