Learn R Programming

AnalysisPageServer (version 1.6.2)

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

app
AnalysisPageParam
val
Candidate value
transform.labeled
Logical. See details.

Value

Candidate value, possibly transformed into list.

Details

Validate a select-type AnalysisPageParam value.

  1. The value must be a real value among the choices.
  2. 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).