rxn.utilities.files.append_to_file

rxn.utilities.files.append_to_file(values, filename)[source]

Append an iterable of strings to a file.

Parameters
  • values (Iterable[str]) – values to append to the file.

  • filename (Union[str, PathLike]) – file to append to.

Return type

None