Study: Study

Description Format Public fields Methods

Description

Study Class

Format

An R6Class generator object

Public fields

id

character [optional]

name

character [optional]

activities

list( object ) [optional]

participants

list( object ) [optional]

Methods

Public methods


Method new()

Usage
Study$new(id = NULL, name = NULL, activities = NULL, participants = NULL, ...)

Method toJSON()

Usage
Study$toJSON()

Method fromJSON()

Usage
Study$fromJSON(StudyJson)

Method toJSONString()

Usage
Study$toJSONString()

Method fromJSONString()

Usage
Study$fromJSONString(StudyJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
Study$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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