param.set: param.set

Description Usage Arguments Details Value Author(s) Examples

View source: R/param.set.R

Description

Build a new AnalysisPageParamSet from a list of AnalysisPageParam's.

Usage

1

Arguments

...

AnalysisPageParam objects. Or a single argument, being a list of AnalysisPageParam objects.

Details

Build a new AnalysisPageParamSet from a list of AnalysisPageParam's: Check for non-AnalysisPageParam elements and for duplicate names. Apply $name elements to names of param set. Set class to AnalysisPageParamSet

Value

AnalysisPageParamSet

Author(s)

Brad Friedman

Examples

1
2
3
par1 <- simple.param(name = "par1")
par2 <- bool.param(name = "par2")
pset <- param.set(par1, par2)

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