Activity: Activity

Description Format Public fields Methods

Description

Activity Class

Format

An R6Class generator object

Public fields

id

character [optional]

spec

character [optional]

name

character [optional]

schedule

DurationIntervalLegacy [optional]

Methods

Public methods


Method new()

Usage
Activity$new(
  id = NULL,
  spec = NULL,
  name = NULL,
  schedule = NULL,
  settings = NULL,
  ...
)

Method toJSON()

Usage
Activity$toJSON()

Method fromJSON()

Usage
Activity$fromJSON(ActivityJson)

Method toJSONString()

Usage
Activity$toJSONString()

Method fromJSONString()

Usage
Activity$fromJSONString(ActivityJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
Activity$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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