An R6Class
generator object
Public fields
filters
list( Filter ) [optional]
Methods
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.