Description Format Public fields Methods
CalculationUnitStatus Class
An R6Class
generator object
status
character [optional]
points
integer [optional]
error
character [optional]
result
character [optional]
new()
CalculationUnitStatus$new( status = NULL, points = NULL, error = NULL, result = NULL, ... )
toJSON()
CalculationUnitStatus$toJSON()
fromJSON()
CalculationUnitStatus$fromJSON(CalculationUnitStatusJson)
toJSONString()
CalculationUnitStatus$toJSONString()
fromJSONString()
CalculationUnitStatus$fromJSONString(CalculationUnitStatusJson)
clone()
The objects of this class are cloneable with this method.
CalculationUnitStatus$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.