Skip to contents

ArrayMetadata Class

Format

An R6Class generator object

Public fields

entries

list( ArrayMetadataEntry ) [optional]

Methods


Method new()

Usage

ArrayMetadata$new(entries = NULL, ...)


Method toJSON()

Usage

ArrayMetadata$toJSON()


Method fromJSON()

Usage

ArrayMetadata$fromJSON(ArrayMetadataJson)


Method toJSONString()

Usage

ArrayMetadata$toJSONString()


Method fromJSONString()

Usage

ArrayMetadata$fromJSONString(ArrayMetadataJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

ArrayMetadata$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.