ArrayMetadataEntry | R Documentation |
ArrayMetadataEntry Class
An R6Class
generator object
key
character [optional]
type
character [optional]
valueNum
integer [optional]
value
list( integer ) [optional]
del
character [optional]
new()
ArrayMetadataEntry$new( key = NULL, type = NULL, valueNum = NULL, value = NULL, del = NULL, ... )
toJSON()
ArrayMetadataEntry$toJSON()
fromJSON()
ArrayMetadataEntry$fromJSON(ArrayMetadataEntryJson)
toJSONString()
ArrayMetadataEntry$toJSONString()
fromJSONString()
ArrayMetadataEntry$fromJSONString(ArrayMetadataEntryJson)
clone()
The objects of this class are cloneable with this method.
ArrayMetadataEntry$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.