eelbrain.fmtxt.Table.save_txt

Table.save_txt(path=None, fmt='%.15g', delim=' ', linesep='\\n')

Save the table as text file

Parameters
  • path (Union[Path, str, None]) – Destination file name.

  • fmt (str) – Format string for representing numerical cells (default ‘%.15g’).

  • delim (str) – Cell delimiter.

  • linesep (str) – String that is placed in between lines (default is '\n').