Learn R Programming

factset.analyticsapi.engines (version 3.0.1)

SPARIdentifier: SPARIdentifier

Description

SPARIdentifier Class

Arguments

Format

An R6Class generator object

Public fields

id

character

returntype

character [optional]

prefix

character [optional]

Methods

Public methods

Method new()

Usage

SPARIdentifier$new(id, returntype = NULL, prefix = NULL, ...)

Method toJSON()

Usage

SPARIdentifier$toJSON()

Method fromJSON()

Usage

SPARIdentifier$fromJSON(SPARIdentifierJson)

Method toJSONString()

Usage

SPARIdentifier$toJSONString()

Method fromJSONString()

Usage

SPARIdentifier$fromJSONString(SPARIdentifierJson)

Method clone()

The objects of this class are cloneable with this method.

Usage

SPARIdentifier$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.