validate.param.list {AnalysisPageServer}R Documentation

validate.param.list

Description

Validate a list of parameter values for an AnalysisPageParamSet

Usage

validate.param.list(pset, plist, transform.labeled = FALSE)

Arguments

pset

AnalysisPageParamSet

plist

List of parameter values for a subset of the parameters.

transform.labeled

If TRUE, then labeled parameters (combobox and select) will be transformed as necessary so that they have the list(v=value, r=readable.value) format.> If FALSE (default), then they will be left as-is.

Details

Validate a list of parameter values for an AnalysisPageParamSet.

Value

Copy of plist, possibly transformed.

Author(s)

Brad Friedman


[Package AnalysisPageServer version 1.18.0 Index]