LastAccessedArray | R Documentation |
LastAccessedArray Class
An R6Class
generator object
array_id
character [optional]
array_name
character [optional]
namespace
character [optional]
accessed_time
numeric [optional]
access_type
ActivityEventType [optional]
new()
LastAccessedArray$new( array_id = NULL, array_name = NULL, namespace = NULL, accessed_time = NULL, access_type = NULL, ... )
toJSON()
LastAccessedArray$toJSON()
fromJSON()
LastAccessedArray$fromJSON(LastAccessedArrayJson)
toJSONString()
LastAccessedArray$toJSONString()
fromJSONString()
LastAccessedArray$fromJSONString(LastAccessedArrayJson)
clone()
The objects of this class are cloneable with this method.
LastAccessedArray$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.