AttributeBufferHeader | R Documentation |
AttributeBufferHeader Class
An R6Class
generator object
name
character
fixedLenBufferSizeInBytes
integer
varLenBufferSizeInBytes
integer
new()
AttributeBufferHeader$new( name, fixedLenBufferSizeInBytes, varLenBufferSizeInBytes, ... )
toJSON()
AttributeBufferHeader$toJSON()
fromJSON()
AttributeBufferHeader$fromJSON(AttributeBufferHeaderJson)
toJSONString()
AttributeBufferHeader$toJSONString()
fromJSONString()
AttributeBufferHeader$fromJSONString(AttributeBufferHeaderJson)
clone()
The objects of this class are cloneable with this method.
AttributeBufferHeader$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.