Filter | R Documentation |
Filter Class
An R6Class
generator object
type
FilterType
data
FilterData [optional]
new()
Filter$new(type, data = NULL, ...)
toJSON()
Filter$toJSON()
fromJSON()
Filter$fromJSON(FilterJson)
toJSONString()
Filter$toJSONString()
fromJSONString()
Filter$fromJSONString(FilterJson)
clone()
The objects of this class are cloneable with this method.
Filter$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.