Description Usage Arguments Details Value Author(s) Examples
Build a new AnalysisPageParamSet from a list of AnalysisPageParam's.
1 |
... |
AnalysisPageParam objects. Or a single argument, being a list of AnalysisPageParam objects. |
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
AnalysisPageParamSet
Brad Friedman
1 2 3 | par1 <- simple.param(name = "par1")
par2 <- bool.param(name = "par2")
pset <- param.set(par1, par2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.