Learn R Programming

factset.analyticsapi.engines (version 3.0.1)

ColumnStatistic: ColumnStatistic

Description

ColumnStatistic Class

Arguments

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.