DynamicAttachment: DynamicAttachment

Description Format Public fields Methods

Description

DynamicAttachment Class

Format

An R6Class generator object

Public fields

key

character [optional]

from

character [optional]

to

character [optional]

triggers

list( object ) [optional]

language

character [optional]

contents

character [optional]

requirements

list( object ) [optional]

Methods

Public methods


Method new()

Usage
DynamicAttachment$new(
  key = NULL,
  from = NULL,
  to = NULL,
  triggers = NULL,
  language = NULL,
  contents = NULL,
  requirements = NULL,
  ...
)

Method toJSON()

Usage
DynamicAttachment$toJSON()

Method fromJSON()

Usage
DynamicAttachment$fromJSON(DynamicAttachmentJson)

Method toJSONString()

Usage
DynamicAttachment$toJSONString()

Method fromJSONString()

Usage
DynamicAttachment$fromJSONString(DynamicAttachmentJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
DynamicAttachment$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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