SPARCalculationParameters: SPARCalculationParameters

Description Format Public fields Methods

Description

SPARCalculationParameters Class

Format

An R6Class generator object

Public fields

componentid

character

accounts

list( SPARIdentifier ) [optional]

benchmark

SPARIdentifier [optional]

dates

SPARDateParameters [optional]

Methods

Public methods


Method new()

Usage
SPARCalculationParameters$new(
  componentid,
  accounts = NULL,
  benchmark = NULL,
  dates = NULL,
  ...
)

Method toJSON()

Usage
SPARCalculationParameters$toJSON()

Method fromJSON()

Usage
SPARCalculationParameters$fromJSON(SPARCalculationParametersJson)

Method toJSONString()

Usage
SPARCalculationParameters$toJSONString()

Method fromJSONString()

Usage
SPARCalculationParameters$fromJSONString(SPARCalculationParametersJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
SPARCalculationParameters$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


factset.analyticsapi.engines documentation built on Feb. 2, 2020, 5:06 p.m.