Learn R Programming

factset.analyticsapi.engines (version 3.0.1)

PACalculationParameters: PACalculationParameters

Description

PACalculationParameters Class

Arguments

Format

An R6Class generator object

Public fields

componentid

character

accounts

list( PAIdentifier ) [optional]

benchmarks

list( PAIdentifier ) [optional]

dates

PADateParameters [optional]

groups

list( PACalculationGroup ) [optional]

currencyisocode

character [optional]

columns

list( PACalculationColumn ) [optional]

Methods

Public methods

Method new()

Usage

PACalculationParameters$new(
  componentid,
  accounts = NULL,
  benchmarks = NULL,
  dates = NULL,
  groups = NULL,
  currencyisocode = NULL,
  columns = NULL,
  ...
)

Method toJSON()

Usage

PACalculationParameters$toJSON()

Method fromJSON()

Usage

PACalculationParameters$fromJSON(PACalculationParametersJson)

Method toJSONString()

Usage

PACalculationParameters$toJSONString()

Method fromJSONString()

Usage

PACalculationParameters$fromJSONString(PACalculationParametersJson)

Method clone()

The objects of this class are cloneable with this method.

Usage

PACalculationParameters$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.