When running in incremental mode, we may need to update results in a CSV
file. This function will replace the data
in fileName
based
on the key parameters
1 | saveIncremental(data, fileName, ...)
|
data |
The data to record in the file |
fileName |
A CSV holding results in the same structure as the data parameter |
... |
Parameter values used to identify the key in the results file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.