| ArraySchema | R Documentation |
ArraySchema Class
An R6Class generator object
uricharacter [optional]
versionlist( integer )
arrayTypeArrayType
tileOrderLayout
cellOrderLayout
capacityinteger
coordsFilterPipelineFilterPipeline
offsetFilterPipelineFilterPipeline
domainDomain
attributeslist( Attribute )
allowsDuplicatescharacter [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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.