paramSetToJSON {AnalysisPageServer}R Documentation

Convert an AnalysisPageParamSet to a JSON string

Description

This is almost just calling toJSON but it knows to first remove $transformer components, since functions can't be JSON encoded, and anyway that is really server-side information.

Usage

paramSetToJSON(ps)

Arguments

ps

AnalysisPageParamSet

Value

JSON string

Author(s)

Brad Friedman


[Package AnalysisPageServer version 1.18.1 Index]