Learn R Programming

factset.analyticsapi.engines (version 3.0.1)

PAIdentifier: PAIdentifier

Description

PAIdentifier Class

Arguments

Format

An R6Class generator object

Public fields

id

character

holdingsmode

character [optional]

Methods

Public methods

Method new()

Usage

PAIdentifier$new(id, holdingsmode = NULL, ...)

Method toJSON()

Usage

PAIdentifier$toJSON()

Method fromJSON()

Usage

PAIdentifier$fromJSON(PAIdentifierJson)

Method toJSONString()

Usage

PAIdentifier$toJSONString()

Method fromJSONString()

Usage

PAIdentifier$fromJSONString(PAIdentifierJson)

Method clone()

The objects of this class are cloneable with this method.

Usage

PAIdentifier$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.