@webref input:files @param filename name of a file in the data folder or a URL. @see Table @see PApplet#saveTable(Table, String) @see PApplet#loadBytes(String) @see PApplet#loadStrings(String) @see PApplet#loadXML(String)
(String filename)
| 6223 | * @see PApplet#loadXML(String) |
| 6224 | */ |
| 6225 | public Table loadTable(String filename) { |
| 6226 | return loadTable(filename, null); |
| 6227 | } |
| 6228 | |
| 6229 | |
| 6230 | /** |
nothing calls this directly
no test coverage detected