Skip to contents

Datatype Class

Format

An R6Class generator object

Methods


Method new()

Usage

Datatype$new(...)


Method toJSON()

Usage

Datatype$toJSON()


Method fromJSON()

Usage

Datatype$fromJSON(DatatypeJson)


Method toJSONString()

Usage

Datatype$toJSONString()


Method fromJSONString()

Usage

Datatype$fromJSONString(DatatypeJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

Datatype$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.