| ArrayMetadataEntry | R Documentation |
ArrayMetadataEntry Class
An R6Class generator object
keycharacter [optional]
typecharacter [optional]
valueNuminteger [optional]
valuelist( integer ) [optional]
delcharacter [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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.