@webref output:files @param table the Table object to save to a file @param filename the filename to which the Table should be saved @see Table @see PApplet#loadTable(String)
(Table table, String filename)
| 6273 | * @see PApplet#loadTable(String) |
| 6274 | */ |
| 6275 | public boolean saveTable(Table table, String filename) { |
| 6276 | return saveTable(table, filename, null); |
| 6277 | } |
| 6278 | |
| 6279 | |
| 6280 | /** |
nothing calls this directly
no test coverage detected