Learn R Programming

factset.analyticsapi.engines (version 3.0.1)

PAComponent: PAComponent

Description

PAComponent Class

Arguments

Format

An R6Class generator object

Public fields

id

character [optional]

accounts

list( PAIdentifier ) [optional]

benchmarks

list( PAIdentifier ) [optional]

currencyisocode

character [optional]

dates

PADateParameters [optional]

snapshot

character [optional]

name

character [optional]

category

character [optional]

Methods

Public methods

Method new()

Usage

PAComponent$new(
  id = NULL,
  accounts = NULL,
  benchmarks = NULL,
  currencyisocode = NULL,
  dates = NULL,
  snapshot = NULL,
  name = NULL,
  category = NULL,
  ...
)

Method toJSON()

Usage

PAComponent$toJSON()

Method fromJSON()

Usage

PAComponent$fromJSON(PAComponentJson)

Method toJSONString()

Usage

PAComponent$toJSONString()

Method fromJSONString()

Usage

PAComponent$fromJSONString(PAComponentJson)

Method clone()

The objects of this class are cloneable with this method.

Usage

PAComponent$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.