Learn R Programming

EventStudy (version 0.37)

ApplicationInputInterface: Abstract Application Input Interface for Event Study R Package

Description

Abstract class no description.

Format

R6Class object.

Methods

$new()

Constructor for ApplicationInputInterface. This class should not used directly.

$setNamedList()

Function to setup hierarchical lists.

$serialize()

Seriealize a R6-Object.

$serializeToJson(level)

Seriealize a R6-Object as a JSON-Object.

Arguments

type

Set the result file type.

level

Level to seriealize.

Methods


Method setResultFileType()

Usage

ApplicationInputInterface$setResultFileType(type = "csv")


Method setNamedList()

Usage

ApplicationInputInterface$setNamedList(
  parentLevel,
  secondLevel = NULL,
  thirthLevel = NULL,
  parameterList
)


Method serializeToJson()

Usage

ApplicationInputInterface$serializeToJson(level = NULL)


Method serialize()

Usage

ApplicationInputInterface$serialize()


Method clone()

The objects of this class are cloneable with this method.

Usage

ApplicationInputInterface$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.