| PAComponent {factset.analyticsapi.engines} | R Documentation |
PAComponent
Description
PAComponent Class
Format
An R6Class generator object
Public fields
idcharacter [optional]
accountslist( PAIdentifier ) [optional]
benchmarkslist( PAIdentifier ) [optional]
currencyisocodecharacter [optional]
datesPADateParameters [optional]
snapshotcharacter [optional]
namecharacter [optional]
categorycharacter [optional]
Methods
Public methods
Method new()
Usage
PAComponent$new( id = NULL, accounts = NULL, benchmarks = NULL, currencyisocode = NULL, dates = NULL, snapshot = NULL, name = NULL, category = NULL, ... )
Method toJSON()
Usage
PAComponent$toJSON()
Method fromJSON()
Usage
PAComponent$fromJSON(PAComponentJson)
Method toJSONString()
Usage
PAComponent$toJSONString()
Method fromJSONString()
Usage
PAComponent$fromJSONString(PAComponentJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
PAComponent$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
[Package factset.analyticsapi.engines version 3.0.1 Index]