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