Skip to content

Commit a272fa8

Browse files
committed
Change to PApplet for the loadTable() reference
1 parent 692d0e3 commit a272fa8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

core/src/processing/core/PApplet.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5973,6 +5973,8 @@ public Table loadTable(String filename) {
59735973
* (in terms of speed and memory usage) for loading and parsing tables. The
59745974
* dictionary file can only be tab separated values (.tsv) and its extension
59755975
* will be ignored. This option was added in Processing 2.0.2.
5976+
*
5977+
* @param options may contain "header", "tsv", "csv", or "bin" separated by commas
59765978
*/
59775979
public Table loadTable(String filename, String options) {
59785980
try {

0 commit comments

Comments
 (0)