Main Content
removeContext
Class: mlreportgen.report.Report
Namespace: mlreportgen.report
Remove report context value
Syntax
removeContext(report,key)
Description
removeContext(
removes the specified key from the context along with its value. Use this method to remove
report context information you have set previously using the report
,key
)setContext
method. The context values and keys are stored in a containers.Map
object.
Input Arguments
Version History
Introduced in R2017b
See Also
mlreportgen.report.Report
| setContext
| getContext
| containers.Map