notebookutils.notebook.exit {notebookutils}R Documentation

This method lets you exit a notebook with a value.

Description

This method lets you exit a notebook with a value.

Usage

notebookutils.notebook.exit(value)

Arguments

value

the value to return when exiting.

Value

No return value, mimic behavior to set the notebook run exit value using value.

Examples

notebookutils.notebook.exit('exitVal')


[Package notebookutils version 1.5.3 Index]