ArraySchema | R Documentation |
ArraySchema Class
An R6Class
generator object
uri
character [optional]
version
list( integer )
arrayType
ArrayType
tileOrder
Layout
cellOrder
Layout
capacity
integer
coordsFilterPipeline
FilterPipeline
offsetFilterPipeline
FilterPipeline
domain
Domain
attributes
list( Attribute )
allowsDuplicates
character [optional]
new()
ArraySchema$new( version, arrayType, tileOrder, cellOrder, capacity, coordsFilterPipeline, offsetFilterPipeline, domain, attributes, uri = NULL, allowsDuplicates = NULL, ... )
toJSON()
ArraySchema$toJSON()
fromJSON()
ArraySchema$fromJSON(ArraySchemaJson)
toJSONString()
ArraySchema$toJSONString()
fromJSONString()
ArraySchema$fromJSONString(ArraySchemaJson)
clone()
The objects of this class are cloneable with this method.
ArraySchema$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.