| GroupInfo | R Documentation |
GroupInfo Class
An R6Class generator object
idcharacter [optional]
namespacecharacter [optional]
namecharacter [optional]
descriptioncharacter [optional]
uricharacter [optional]
tiledb_uricharacter [optional]
asset_countnumeric [optional]
group_countnumeric [optional]
sizenumeric [optional]
last_accessedcharacter [optional]
allowed_actionslist( GroupActions ) [optional]
logocharacter [optional]
access_credentials_namecharacter [optional]
share_countnumeric [optional]
public_sharecharacter [optional]
tagslist( character ) [optional]
license_idcharacter [optional]
license_textcharacter [optional]
new()GroupInfo$new( id = NULL, namespace = NULL, name = NULL, description = NULL, uri = NULL, tiledb_uri = NULL, asset_count = NULL, group_count = NULL, size = NULL, last_accessed = NULL, allowed_actions = NULL, logo = NULL, access_credentials_name = NULL, share_count = NULL, public_share = NULL, tags = NULL, license_id = NULL, license_text = NULL, ... )
toJSON()GroupInfo$toJSON()
fromJSON()GroupInfo$fromJSON(GroupInfoJson)
toJSONString()GroupInfo$toJSONString()
fromJSONString()GroupInfo$fromJSONString(GroupInfoJson)
clone()The objects of this class are cloneable with this method.
GroupInfo$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.