@eagleoutice/flowr - v2.10.2
    Preparing search index...

    Function writeTableAsCsv

    • Writes the given table as a CSV file.

      Parameters

      • table: Table

        The table to write

      • file: string

        The file path to write the CSV to

      • sep: string = ','

        The separator to use (default: ,)

      • newline: string = '\n'

        The newline character to use (default: \n)

      Returns void