DurationInterval: DurationInterval

Description Format Public fields Methods

Description

DurationInterval Class

Format

An R6Class generator object

Public fields

start

numeric [optional]

interval

list( object ) [optional]

repeat_count

integer [optional]

end

numeric [optional]

Methods

Public methods


Method new()

Usage
DurationInterval$new(
  start = NULL,
  interval = NULL,
  repeat_count = NULL,
  end = NULL,
  ...
)

Method toJSON()

Usage
DurationInterval$toJSON()

Method fromJSON()

Usage
DurationInterval$fromJSON(DurationIntervalJson)

Method toJSONString()

Usage
DurationInterval$toJSONString()

Method fromJSONString()

Usage
DurationInterval$fromJSONString(DurationIntervalJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
DurationInterval$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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