NotebookStatus | R Documentation |
NotebookStatus Class
An R6Class
generator object
namespace
character [optional]
uptime
integer [optional]
cpu_usage
integer [optional]
memory_usage
integer [optional]
memory_limit
integer [optional]
cpu_count
integer [optional]
new()
NotebookStatus$new( namespace = NULL, uptime = NULL, cpu_usage = NULL, memory_usage = NULL, memory_limit = NULL, cpu_count = NULL, ... )
toJSON()
NotebookStatus$toJSON()
fromJSON()
NotebookStatus$fromJSON(NotebookStatusJson)
toJSONString()
NotebookStatus$toJSONString()
fromJSONString()
NotebookStatus$fromJSONString(NotebookStatusJson)
clone()
The objects of this class are cloneable with this method.
NotebookStatus$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.