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