SPARCalculationParameters Class
An R6Class generator object
componentidcharacter
accountslist( SPARIdentifier ) [optional]
benchmarkSPARIdentifier [optional]
datesSPARDateParameters [optional]
new()SPARCalculationParameters$new( componentid, accounts = NULL, benchmark = NULL, dates = NULL, ... )
toJSON()SPARCalculationParameters$toJSON()
fromJSON()SPARCalculationParameters$fromJSON(SPARCalculationParametersJson)
toJSONString()SPARCalculationParameters$toJSONString()
fromJSONString()SPARCalculationParameters$fromJSONString(SPARCalculationParametersJson)
clone()The objects of this class are cloneable with this method.
SPARCalculationParameters$clone(deep = FALSE)
deepWhether to make a deep clone.