validate.select.param.value {AnalysisPageServer}R Documentation

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.

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).

Value

Candidate value, possibly transformed into list.

Author(s)

Brad Friedman


[Package AnalysisPageServer version 1.16.0 Index]