| LastAccessedArray | R Documentation |
LastAccessedArray Class
An R6Class generator object
array_idcharacter [optional]
array_namecharacter [optional]
namespacecharacter [optional]
accessed_timenumeric [optional]
access_typeActivityEventType [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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.