NotebookFavorite | R Documentation |
NotebookFavorite Class
An R6Class
generator object
notebook_uuid
character [optional]
namespace
character [optional]
name
character [optional]
new()
NotebookFavorite$new(notebook_uuid = NULL, namespace = NULL, name = NULL, ...)
toJSON()
NotebookFavorite$toJSON()
fromJSON()
NotebookFavorite$fromJSON(NotebookFavoriteJson)
toJSONString()
NotebookFavorite$toJSONString()
fromJSONString()
NotebookFavorite$fromJSONString(NotebookFavoriteJson)
clone()
The objects of this class are cloneable with this method.
NotebookFavorite$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.