Group Class
An R6Class
generator object
name
character [optional]
directory
character [optional]
category
character [optional]
new()
Group$new(name = NULL, directory = NULL, category = 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)
deep
Whether to make a deep clone.