export

FrequencyTable.export(output_fp, *args, _add_ext=False, sep=',', **kwargs)[source]

Exports the sample metadata content into the specified file.

Parameters
  • output_fp (str) – Export filepath.

  • args – Compatibility

  • _add_ext (bool) – Add file extension or not.

  • sep (str) – Delimiter

  • kwargs – Compatibility

Return type

None