Learn R Programming

factset.analyticsapi.engines (version 3.0.1)

Frequency: Frequency

Description

Frequency Class

Arguments

Format

An R6Class generator object

Public fields

name

character [optional]

Methods

Public methods

Method new()

Usage

Frequency$new(name = NULL, ...)

Method toJSON()

Usage

Frequency$toJSON()

Method fromJSON()

Usage

Frequency$fromJSON(FrequencyJson)

Method toJSONString()

Usage

Frequency$toJSONString()

Method fromJSONString()

Usage

Frequency$fromJSONString(FrequencyJson)

Method clone()

The objects of this class are cloneable with this method.

Usage

Frequency$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.