Skip to contents

Generates a self-contained HTML file from a herald_spec object that mirrors the CDISC Define-XML browser view. This is the define.html file typically included alongside define.xml in regulatory submissions. The HTML is fully standalone — no stylesheet or external files required.

Usage

write_define_html(spec, path, define_xml = NULL)

Arguments

spec

A herald_spec object.

path

File path for the output HTML.

define_xml

Ignored. Kept for backwards compatibility.

Value

The output path, invisibly.