Learn R Programming

factset.analyticsapi.engines (version 3.0.1)

ComponentSummary: ComponentSummary

Description

ComponentSummary Class

Arguments

Format

An R6Class generator object

Public fields

name

character [optional]

category

character [optional]

Methods

Public methods

Method new()

Usage

ComponentSummary$new(name = NULL, category = NULL, ...)

Method toJSON()

Usage

ComponentSummary$toJSON()

Method fromJSON()

Usage

ComponentSummary$fromJSON(ComponentSummaryJson)

Method toJSONString()

Usage

ComponentSummary$toJSONString()

Method fromJSONString()

Usage

ComponentSummary$fromJSONString(ComponentSummaryJson)

Method clone()

The objects of this class are cloneable with this method.

Usage

ComponentSummary$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.