Main Content

ishtml

Class: mlreportgen.report.Report
Namespace: mlreportgen.report

Check if multifile HTML report

Syntax

typematch = ishtml(report)

Description

typematch = ishtml(report) checks whether the report is a multifile HTML report, which has an htmx extension.

Input Arguments

expand all

Report, specified as a report object. To create the report input, use mlreportgen.report.Report.

Output Arguments

expand all

Whether report is a multifile HTML report, returned as 1 or 0. If typematch is 1, the report is an HTML report. Otherwise, typematch is 0.

Version History

Introduced in R2017b