GroupSharing | R Documentation |
GroupSharing Class
An R6Class
generator object
group_actions
list( GroupActions ) [optional]
array_actions
list( ArrayActions ) [optional]
namespace
character [optional]
namespace_type
character [optional]
new()
GroupSharing$new( group_actions = NULL, array_actions = NULL, namespace = NULL, namespace_type = NULL, ... )
toJSON()
GroupSharing$toJSON()
fromJSON()
GroupSharing$fromJSON(GroupSharingJson)
toJSONString()
GroupSharing$toJSONString()
fromJSONString()
GroupSharing$fromJSONString(GroupSharingJson)
clone()
The objects of this class are cloneable with this method.
GroupSharing$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.