Calculation {factset.analyticsapi.engines} | R Documentation |
Calculation
Description
Calculation Class
Format
An R6Class
generator object
Public fields
pa
named list( PACalculationParameters ) [optional]
spar
named list( SPARCalculationParameters ) [optional]
vault
named list( VaultCalculationParameters ) [optional]
Methods
Public methods
Method new()
Usage
Calculation$new(pa = NULL, spar = NULL, vault = NULL, ...)
Method toJSON()
Usage
Calculation$toJSON()
Method fromJSON()
Usage
Calculation$fromJSON(CalculationJson)
Method toJSONString()
Usage
Calculation$toJSONString()
Method fromJSONString()
Usage
Calculation$fromJSONString(CalculationJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
Calculation$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package factset.analyticsapi.engines version 3.0.1 Index]