AccountDirectories {factset.analyticsapi.engines}R Documentation

AccountDirectories

Description

AccountDirectories Class

Format

An R6Class generator object

Public fields

accounts

list( character ) [optional]

directories

list( character ) [optional]

Methods

Public methods


Method new()

Usage
AccountDirectories$new(accounts = NULL, directories = NULL, ...)

Method toJSON()

Usage
AccountDirectories$toJSON()

Method fromJSON()

Usage
AccountDirectories$fromJSON(AccountDirectoriesJson)

Method toJSONString()

Usage
AccountDirectories$toJSONString()

Method fromJSONString()

Usage
AccountDirectories$fromJSONString(AccountDirectoriesJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
AccountDirectories$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


[Package factset.analyticsapi.engines version 3.0.1 Index]