| FilterData | R Documentation |
FilterData Class
An R6Class generator object
int8integer [optional]
uint8integer [optional]
int16integer [optional]
uint16integer [optional]
int32integer [optional]
uint32integer [optional]
int64integer [optional]
uint64integer [optional]
float32integer [optional]
float64integer [optional]
new()FilterData$new( int8 = NULL, uint8 = NULL, int16 = NULL, uint16 = NULL, int32 = NULL, uint32 = NULL, int64 = NULL, uint64 = NULL, float32 = NULL, float64 = NULL, ... )
toJSON()FilterData$toJSON()
fromJSON()FilterData$fromJSON(FilterDataJson)
toJSONString()FilterData$toJSONString()
fromJSONString()FilterData$fromJSONString(FilterDataJson)
clone()The objects of this class are cloneable with this method.
FilterData$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.