eelbrain.fmtxt.Table.cell

Table.cell(content=None, tag=None, width=1, just=None)

Add a cell to the table

Parameters
  • content (FMText) – Cell content.

  • tag (str) – Formatting tag.

  • width (int) – Width in columns for multicolumn cells.

  • just ('l' | 'r' | 'c') – Justification (default: use column standard).