Learn R Programming

notebookutils (version 1.5.3)

mssparkutils.notebook.exit: This method lets you exit a notebook with a value.

Description

This method lets you exit a notebook with a value.

Usage

mssparkutils.notebook.exit(value)

Value

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

Arguments

value

the value to return when exiting.

Examples

Run this code
mssparkutils.notebook.exit('exitVal')

Run the code above in your browser using DataLab