GroupMember | R Documentation |
GroupMember Class
An R6Class
generator object
namespace
character [optional]
name
character [optional]
member_type
GroupMemberType [optional]
new()
GroupMember$new(namespace = NULL, name = NULL, member_type = NULL, ...)
toJSON()
GroupMember$toJSON()
fromJSON()
GroupMember$fromJSON(GroupMemberJson)
toJSONString()
GroupMember$toJSONString()
fromJSONString()
GroupMember$fromJSONString(GroupMemberJson)
clone()
The objects of this class are cloneable with this method.
GroupMember$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.