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