| GroupRegister | R Documentation |
GroupRegister Class
An R6Class generator object
descriptioncharacter [optional]
namecharacter [optional]
parentcharacter [optional]
uricharacter [optional]
logocharacter [optional]
access_credentials_namecharacter [optional]
tagslist( character ) [optional]
license_idcharacter [optional]
license_textcharacter [optional]
new()GroupRegister$new( description = NULL, name = NULL, parent = NULL, uri = NULL, logo = NULL, access_credentials_name = NULL, tags = NULL, license_id = NULL, license_text = NULL, ... )
toJSON()GroupRegister$toJSON()
fromJSON()GroupRegister$fromJSON(GroupRegisterJson)
toJSONString()GroupRegister$toJSONString()
fromJSONString()GroupRegister$fromJSONString(GroupRegisterJson)
clone()The objects of this class are cloneable with this method.
GroupRegister$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.