Learn R Programming

factset.analyticsapi.engines (version 3.0.1)

PACalculationColumn: PACalculationColumn

Description

PACalculationColumn Class

Arguments

Format

An R6Class generator object

Public fields

id

character [optional]

statistics

list( character ) [optional]

Methods

Public methods

Method new()

Usage

PACalculationColumn$new(id = NULL, statistics = NULL, ...)

Method toJSON()

Usage

PACalculationColumn$toJSON()

Method fromJSON()

Usage

PACalculationColumn$fromJSON(PACalculationColumnJson)

Method toJSONString()

Usage

PACalculationColumn$toJSONString()

Method fromJSONString()

Usage

PACalculationColumn$fromJSONString(PACalculationColumnJson)

Method clone()

The objects of this class are cloneable with this method.

Usage

PACalculationColumn$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.