validate.select.param.value: validate.select.param.value
Description
Validate a select-type AnalysisPageParam value
Usage
validate.select.param.value(app, val, transform.labeled = FALSE)
Arguments
transform.labeled
Logical. See details.
Value
Candidate value, possibly transformed into list.
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)
.