FilterData | R Documentation |
FilterData Class
An R6Class
generator object
int8
integer [optional]
uint8
integer [optional]
int16
integer [optional]
uint16
integer [optional]
int32
integer [optional]
uint32
integer [optional]
int64
integer [optional]
uint64
integer [optional]
float32
integer [optional]
float64
integer [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)
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.