GroupCreate | R Documentation |
GroupCreate Class
An R6Class
generator object
description
character [optional]
name
character [optional]
parent
character [optional]
uri
character [optional]
logo
character [optional]
access_credentials_name
character [optional]
tags
list( character ) [optional]
license_id
character [optional]
license_text
character [optional]
new()
GroupCreate$new( description = NULL, name = NULL, parent = NULL, uri = NULL, logo = NULL, access_credentials_name = NULL, tags = NULL, license_id = NULL, license_text = NULL, ... )
toJSON()
GroupCreate$toJSON()
fromJSON()
GroupCreate$fromJSON(GroupCreateJson)
toJSONString()
GroupCreate$toJSONString()
fromJSONString()
GroupCreate$fromJSONString(GroupCreateJson)
clone()
The objects of this class are cloneable with this method.
GroupCreate$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.