Researcher: Researcher

Description Format Public fields Methods

Description

Researcher Class

Format

An R6Class generator object

Public fields

id

character [optional]

name

character [optional]

email

character [optional]

address

character [optional]

studies

list( object ) [optional]

Methods

Public methods


Method new()

Usage
Researcher$new(
  id = NULL,
  name = NULL,
  email = NULL,
  address = NULL,
  studies = NULL,
  ...
)

Method toJSON()

Usage
Researcher$toJSON()

Method fromJSON()

Usage
Researcher$fromJSON(ResearcherJson)

Method toJSONString()

Usage
Researcher$toJSONString()

Method fromJSONString()

Usage
Researcher$fromJSONString(ResearcherJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
Researcher$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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