Skip to contents

FilterPipeline Class

Format

An R6Class generator object

Public fields

filters

list( Filter ) [optional]

Methods


Method new()

Usage

FilterPipeline$new(filters = NULL, ...)


Method toJSON()

Usage

FilterPipeline$toJSON()


Method fromJSON()

Usage

FilterPipeline$fromJSON(FilterPipelineJson)


Method toJSONString()

Usage

FilterPipeline$toJSONString()


Method fromJSONString()

Usage

FilterPipeline$fromJSONString(FilterPipelineJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

FilterPipeline$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.