| PACalculationParameters {factset.analyticsapi.engines} | R Documentation |
PACalculationParameters
Description
PACalculationParameters Class
Format
An R6Class generator object
Public fields
componentidcharacter
accountslist( PAIdentifier ) [optional]
benchmarkslist( PAIdentifier ) [optional]
datesPADateParameters [optional]
groupslist( PACalculationGroup ) [optional]
currencyisocodecharacter [optional]
columnslist( PACalculationColumn ) [optional]
Methods
Public methods
Method new()
Usage
PACalculationParameters$new( componentid, accounts = NULL, benchmarks = NULL, dates = NULL, groups = NULL, currencyisocode = NULL, columns = NULL, ... )
Method toJSON()
Usage
PACalculationParameters$toJSON()
Method fromJSON()
Usage
PACalculationParameters$fromJSON(PACalculationParametersJson)
Method toJSONString()
Usage
PACalculationParameters$toJSONString()
Method fromJSONString()
Usage
PACalculationParameters$fromJSONString(PACalculationParametersJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
PACalculationParameters$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
[Package factset.analyticsapi.engines version 3.0.1 Index]