Learn R Programming

factset.analyticsapi.engines (version 3.0.1)

PACalculationGroup: PACalculationGroup

Description

PACalculationGroup Class

Arguments

Format

An R6Class generator object

Public fields

id

character [optional]

Methods

Public methods

Method new()

Usage

PACalculationGroup$new(id = NULL, ...)

Method toJSON()

Usage

PACalculationGroup$toJSON()

Method fromJSON()

Usage

PACalculationGroup$fromJSON(PACalculationGroupJson)

Method toJSONString()

Usage

PACalculationGroup$toJSONString()

Method fromJSONString()

Usage

PACalculationGroup$fromJSONString(PACalculationGroupJson)

Method clone()

The objects of this class are cloneable with this method.

Usage

PACalculationGroup$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.