| Group | R Documentation |
Group Class
An R6Class generator object
idcharacter [optional]
namespacecharacter [optional]
namecharacter [optional]
descriptioncharacter [optional]
new()Group$new(id = NULL, namespace = NULL, name = NULL, description = NULL, ...)
toJSON()Group$toJSON()
fromJSON()Group$fromJSON(GroupJson)
toJSONString()Group$toJSONString()
fromJSONString()Group$fromJSONString(GroupJson)
clone()The objects of this class are cloneable with this method.
Group$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.