Reference 〉 Function

Data.saveCSV(filenamestr'data')

Outputs the model’s data to a CSV file in the same directory as the running program. CSV output can be modified immediately prior to saving using the saveCSV hook.

Parameters

  • filename str, optional

    The name of the file to output, without the .csv extension.

    Default value: 'data'

Notes and Examples

  1. Contribute a Note

    Your email address will not be published. Required fields are marked *

    You may use limited HTML for formatting. Please embed blocks of code in <pre><code> </code></pre> tags.