mssparkutils.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
mssparkutils.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
mssparkutils.notebook.exit('exitVal')
[Package notebookutils version 1.5.3 Index]