eelbrain.fmtxt.Table.save_txt

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

Save the table as text file

Parameters:
  • path (Path | str) – 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').