Skip to contents

NotebookFavorite Class

Format

An R6Class generator object

Public fields

notebook_uuid

character [optional]

namespace

character [optional]

name

character [optional]

Methods


Method new()

Usage

NotebookFavorite$new(notebook_uuid = NULL, namespace = NULL, name = NULL, ...)


Method toJSON()

Usage

NotebookFavorite$toJSON()


Method fromJSON()

Usage

NotebookFavorite$fromJSON(NotebookFavoriteJson)


Method toJSONString()

Usage

NotebookFavorite$toJSONString()


Method fromJSONString()

Usage

NotebookFavorite$fromJSONString(NotebookFavoriteJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

NotebookFavorite$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.