An R6Class
generator object
Public fields
actions
list( ArrayActions ) [optional]
namespace
character [optional]
namespace_type
character [optional]
Methods
Method new()
Usage
ArraySharing$new(actions = NULL, namespace = NULL, namespace_type = NULL, ...)
Method fromJSON()
Usage
ArraySharing$fromJSON(ArraySharingJson)
Method toJSONString()
Usage
ArraySharing$toJSONString()
Method fromJSONString()
Usage
ArraySharing$fromJSONString(ArraySharingJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
ArraySharing$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.