Description Format Public fields Methods
PACalculationParameters Class
An R6Class
generator object
componentid
character
accounts
list( PAIdentifier ) [optional]
benchmarks
list( PAIdentifier ) [optional]
dates
PADateParameters [optional]
groups
list( PACalculationGroup ) [optional]
currencyisocode
character [optional]
columns
list( PACalculationColumn ) [optional]
new()
PACalculationParameters$new( componentid, accounts = NULL, benchmarks = NULL, dates = NULL, groups = NULL, currencyisocode = NULL, columns = NULL, ... )
toJSON()
PACalculationParameters$toJSON()
fromJSON()
PACalculationParameters$fromJSON(PACalculationParametersJson)
toJSONString()
PACalculationParameters$toJSONString()
fromJSONString()
PACalculationParameters$fromJSONString(PACalculationParametersJson)
clone()
The objects of this class are cloneable with this method.
PACalculationParameters$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.