Description Format Public fields Methods
Researcher Class
An R6Class
generator object
id
character [optional]
name
character [optional]
email
character [optional]
address
character [optional]
studies
list( object ) [optional]
new()
Researcher$new( id = NULL, name = NULL, email = NULL, address = NULL, studies = NULL, ... )
toJSON()
Researcher$toJSON()
fromJSON()
Researcher$fromJSON(ResearcherJson)
toJSONString()
Researcher$toJSONString()
fromJSONString()
Researcher$fromJSONString(ResearcherJson)
clone()
The objects of this class are cloneable with this method.
Researcher$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.