mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Change to PApplet for the loadTable() reference
This commit is contained in:
@@ -5973,6 +5973,8 @@ public class PApplet implements PConstants {
|
||||
* (in terms of speed and memory usage) for loading and parsing tables. The
|
||||
* dictionary file can only be tab separated values (.tsv) and its extension
|
||||
* will be ignored. This option was added in Processing 2.0.2.
|
||||
*
|
||||
* @param options may contain "header", "tsv", "csv", or "bin" separated by commas
|
||||
*/
|
||||
public Table loadTable(String filename, String options) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user