Skip to contents

InlineObject Class

Format

An R6Class generator object

Public fields

password

character [optional]

Methods


Method new()

Usage

InlineObject$new(password = NULL, ...)


Method toJSON()

Usage

InlineObject$toJSON()


Method fromJSON()

Usage

InlineObject$fromJSON(InlineObjectJson)


Method toJSONString()

Usage

InlineObject$toJSONString()


Method fromJSONString()

Usage

InlineObject$fromJSONString(InlineObjectJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

InlineObject$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.