Filter: Filter

FilterR Documentation

Filter

Description

Filter Class

Format

An R6Class generator object

Public fields

type

FilterType

data

FilterData [optional]

Methods

Public methods


Method new()

Usage
Filter$new(type, data = NULL, ...)

Method toJSON()

Usage
Filter$toJSON()

Method fromJSON()

Usage
Filter$fromJSON(FilterJson)

Method toJSONString()

Usage
Filter$toJSONString()

Method fromJSONString()

Usage
Filter$fromJSONString(FilterJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
Filter$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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