eelbrain.fmtxt.Report.add_section

Report.add_section(heading, content=())

Add a new subordinate section

Parameters:
  • heading (FMTextLike) – Heading for the section.

  • content (FMTextLike) – Content for the section.

Returns:

section – The new section.

Return type:

Section