R/group_changes.R
GroupChanges.Rd
GroupChanges Class
An R6Class generator object
R6Class
add
list( GroupMember ) [optional]
remove
GroupChanges$new()
GroupChanges$toJSON()
GroupChanges$fromJSON()
GroupChanges$toJSONString()
GroupChanges$fromJSONString()
GroupChanges$clone()
new()
GroupChanges$new(add = NULL, remove = NULL, ...)
toJSON()
fromJSON()
GroupChanges$fromJSON(GroupChangesJson)
toJSONString()
fromJSONString()
GroupChanges$fromJSONString(GroupChangesJson)
clone()
The objects of this class are cloneable with this method.
GroupChanges$clone(deep = FALSE)
deep
Whether to make a deep clone.