| DomainArray | R Documentation |
DomainArray Class
An R6Class generator object
int8list( integer ) [optional]
uint8list( integer ) [optional]
int16list( integer ) [optional]
uint16list( integer ) [optional]
int32list( integer ) [optional]
uint32list( integer ) [optional]
int64list( integer ) [optional]
uint64list( integer ) [optional]
float32list( numeric ) [optional]
float64list( numeric ) [optional]
new()DomainArray$new( int8 = NULL, uint8 = NULL, int16 = NULL, uint16 = NULL, int32 = NULL, uint32 = NULL, int64 = NULL, uint64 = NULL, float32 = NULL, float64 = NULL, ... )
toJSON()DomainArray$toJSON()
fromJSON()DomainArray$fromJSON(DomainArrayJson)
toJSONString()DomainArray$toJSONString()
fromJSONString()DomainArray$fromJSONString(DomainArrayJson)
clone()The objects of this class are cloneable with this method.
DomainArray$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.