Main Content
append
Class: mlreportgen.report.Report
Namespace: mlreportgen.report
Syntax
append(report,content)
Description
append(
adds the
specified report
,content
)content
to the specified report. If the report is not already
open, the append
method opens it.
Note
You can add a reporter to a report multiple times, but you cannot add the reporter to
different reports. For example, if you add an mlreportgen.report.TitlePage
reporter to one report, you cannot add it to another report.
Input Arguments
Examples
Version History
Introduced in R2020b