Attribute: Attribute

AttributeR Documentation

Attribute

Description

Attribute Class

Format

An R6Class generator object

Public fields

name

character

type

Datatype

filterPipeline

FilterPipeline

cellValNum

integer

Methods

Public methods


Method new()

Usage
Attribute$new(name, type, filterPipeline, cellValNum, ...)

Method toJSON()

Usage
Attribute$toJSON()

Method fromJSON()

Usage
Attribute$fromJSON(AttributeJson)

Method toJSONString()

Usage
Attribute$toJSONString()

Method fromJSONString()

Usage
Attribute$fromJSONString(AttributeJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
Attribute$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


eddelbuettel/tldbclr documentation built on Sept. 25, 2022, 12:46 p.m.