ArrayInfo | R Documentation |
ArrayInfo Class
An R6Class
generator object
id
character [optional]
uri
character [optional]
namespace
character [optional]
size
numeric [optional]
last_accessed
character [optional]
description
character [optional]
name
character [optional]
allowed_actions
list( ArrayActions ) [optional]
pricing
list( Pricing ) [optional]
subscriptions
list( Subscription ) [optional]
logo
character [optional]
access_credentials_name
character [optional]
type
character [optional]
share_count
numeric [optional]
public_share
character [optional]
namespace_subscribed
character [optional]
tiledb_uri
character [optional]
tags
list( character ) [optional]
license_id
character [optional]
license_text
character [optional]
new()
ArrayInfo$new( id = NULL, uri = NULL, namespace = NULL, size = NULL, last_accessed = NULL, description = NULL, name = NULL, allowed_actions = NULL, pricing = NULL, subscriptions = NULL, logo = NULL, access_credentials_name = NULL, type = NULL, share_count = NULL, public_share = NULL, namespace_subscribed = NULL, tiledb_uri = NULL, tags = NULL, license_id = NULL, license_text = NULL, ... )
toJSON()
ArrayInfo$toJSON()
fromJSON()
ArrayInfo$fromJSON(ArrayInfoJson)
toJSONString()
ArrayInfo$toJSONString()
fromJSONString()
ArrayInfo$fromJSONString(ArrayInfoJson)
clone()
The objects of this class are cloneable with this method.
ArrayInfo$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.