Description Usage Arguments Details Value Author(s)
Validate a select-type AnalysisPageParam value
1 | validate.select.param.value(app, val, transform.labeled = FALSE)
|
app |
AnalysisPageParam |
val |
Candidate value |
transform.labeled |
Logical. See details. |
Validate a select-type AnalysisPageParam value.
The value must be a real value among the choices.
The value must validate by validate.labeled.param.value
If transform.labeled
is set then instead of returning
the candidate value as-is, it is transformed into
list(v=real.value, r=readable.value)
.
Candidate value, possibly transformed into list.
Brad Friedman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.