Writes the contents of a Table object to a file. Defaults to a text file with comma-separated-values ('csv') but can also use tab separation ('tsv'), or generate an HTML table ('html'). The file saving process and location of the saved file will vary between web browsers.
Examples
Syntax
saveTable(Table, filename, [options])
Parameters
Table
p5.Table:
the Table object to save to a file
filename
String:
the filename to which the Table should be saved
options
String:
can be one of "tsv", "csv", or "html"
This page is generated from the comments in src/io/files.js . Please feel free to edit it and submit a pull request!