validate.array.param.value: validate.compound.param.value

Description Usage Arguments Details Value Author(s)

View source: R/validate.param.list.R

Description

Validate an array-type AnalysisPageParam value

Usage

1
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


AnalysisPageServer documentation built on April 28, 2020, 6:32 p.m.