ActivitySpec: ActivitySpec

Description Format Public fields Methods

Description

ActivitySpec Class

Format

An R6Class generator object

Public fields

name

character [optional]

help_contents

character [optional]

script_contents

character [optional]

Methods

Public methods


Method new()

Usage
ActivitySpec$new(
  name = NULL,
  help_contents = NULL,
  script_contents = NULL,
  static_data_schema = NULL,
  temporal_event_schema = NULL,
  settings_schema = NULL,
  ...
)

Method toJSON()

Usage
ActivitySpec$toJSON()

Method fromJSON()

Usage
ActivitySpec$fromJSON(ActivitySpecJson)

Method toJSONString()

Usage
ActivitySpec$toJSONString()

Method fromJSONString()

Usage
ActivitySpec$fromJSONString(ActivitySpecJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
ActivitySpec$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


BIDMCDigitalPsychiatry/LAMP-r documentation built on April 29, 2020, 9:51 a.m.