persistent.params: Return names of persistent parameters for an object

Description Usage Arguments Details Value Author(s)

View source: R/persistent.params.R

Description

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.

Usage

 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)

Arguments

x

An object for which there is a persistent.params method.

Details

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 AnalysisPageParams themselves there is no requirement that they be the same.

Value

Charvec of persistent params

Author(s)

Brad Friedman


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