NotebookFavoritesData | R Documentation |
NotebookFavoritesData Class
An R6Class
generator object
notebooks
list( ArrayInfo ) [optional]
pagination_metadata
PaginationMetadata [optional]
new()
NotebookFavoritesData$new(notebooks = NULL, pagination_metadata = NULL, ...)
toJSON()
NotebookFavoritesData$toJSON()
fromJSON()
NotebookFavoritesData$fromJSON(NotebookFavoritesDataJson)
toJSONString()
NotebookFavoritesData$toJSONString()
fromJSONString()
NotebookFavoritesData$fromJSONString(NotebookFavoritesDataJson)
clone()
The objects of this class are cloneable with this method.
NotebookFavoritesData$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.