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

validate.compound.param.value

Description

Validate an array-type AnalysisPageParam value

Usage

validate.array.param.value(app, val, transform.labeled = FALSE)

Arguments

app

AnalysisPageParam

val

Candidate value

transform.labeled

Passed through to validate.param.value. Default: FALSE.

Details

Validate an array-type AnalysisPageParam value:

  1. val must be a list.

  2. length(val) must be in the acceptable range (between app$min and app$max inclusive).

  3. Each element of val must be validate by app$prototype. transform.labeled is passed on.

Value

value, possibly with elements transformed

Author(s)

Brad Friedman


[Package AnalysisPageServer version 1.16.0 Index]