Description Usage Arguments Details Value Author(s)
View source: R/persistent.params.R
Return names of persistent parameters for an object. The exact meaning depends on the type of object. For an AnalysisPage it would be the persistent params for that page. For an AnalysisPageRegistry it would be the persistent params for any of its pages.
1 2 3 4 5 6 7 8 9 10 11 12 13 | persistent.params(x)
## S3 method for class 'AnalysisPageParam'
persistent.params(x)
## S3 method for class 'AnalysisPageParamSet'
persistent.params(x)
## S3 method for class 'AnalysisPage'
persistent.params(x)
## S3 method for class 'AnalysisPageRegistry'
persistent.params(x)
|
x |
An object for which there is a |
Note that the names are from the shared namespace, which are
the values passed as the persistent
argument to the
AnalysisPageParam
constructor functions such as simple.param
.
Although this is usually the same as actual names of the AnalysisPageParam
s themselves
there is no requirement that they be the same.
Charvec of persistent params
Brad Friedman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.