eelbrain.fmtxt.Table.add_row

Table.add_row(at=None)

Add a row without affecting the cursor

Parameters

at (int) – Index at which to insert row (default is after the current row; midrules also count as rows).

Returns

row – the new row.

Return type

Row