| Attribute | R Documentation |
Attribute Class
An R6Class generator object
namecharacter
typeDatatype
filterPipelineFilterPipeline
cellValNuminteger
nullablecharacter [optional]
fillValuelist( integer ) [optional]
new()Attribute$new( name, type, filterPipeline, cellValNum, nullable = NULL, fillValue = NULL, ... )
toJSON()Attribute$toJSON()
fromJSON()Attribute$fromJSON(AttributeJson)
toJSONString()Attribute$toJSONString()
fromJSONString()Attribute$fromJSONString(AttributeJson)
clone()The objects of this class are cloneable with this method.
Attribute$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.