Group {factset.analyticsapi.engines}R Documentation

Group

Description

Group Class

Format

An R6Class generator object

Public fields

name

character [optional]

directory

character [optional]

category

character [optional]

Methods

Public methods


Method new()

Usage
Group$new(name = NULL, directory = NULL, category = NULL, ...)

Method toJSON()

Usage
Group$toJSON()

Method fromJSON()

Usage
Group$fromJSON(GroupJson)

Method toJSONString()

Usage
Group$toJSONString()

Method fromJSONString()

Usage
Group$fromJSONString(GroupJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
Group$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


[Package factset.analyticsapi.engines version 3.0.1 Index]