Skip to contents

TileDBConfig Class

Format

An R6Class generator object

Public fields

configs

named list( character ) [optional]

Methods


Method new()

Usage

TileDBConfig$new(configs = NULL, ...)


Method toJSON()

Usage

TileDBConfig$toJSON()


Method fromJSON()

Usage

TileDBConfig$fromJSON(TileDBConfigJson)


Method toJSONString()

Usage

TileDBConfig$toJSONString()


Method fromJSONString()

Usage

TileDBConfig$fromJSONString(TileDBConfigJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

TileDBConfig$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.