Learn R Programming

AnalysisPageServer (version 1.6.2)

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

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

persistent.params(x)
"persistent.params"(x)
"persistent.params"(x)
"persistent.params"(x)
"persistent.params"(x)

Arguments

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

Value

Charvec of persistent params

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.