DomainArray | R Documentation |
DomainArray Class
An R6Class
generator object
int8
list( integer ) [optional]
uint8
list( integer ) [optional]
int16
list( integer ) [optional]
uint16
list( integer ) [optional]
int32
list( integer ) [optional]
uint32
list( integer ) [optional]
int64
list( integer ) [optional]
uint64
list( integer ) [optional]
float32
list( numeric ) [optional]
float64
list( 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)
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.