loadTable()
Input / FilesDescription
Loads a CSV or TSV file into a Table object.
Syntax
Table* loadTable(std::string path, std::string options)
Parameters
| Name | Type | Description |
|---|---|---|
| path | std::string | path to the file |
| options | std::string | "header" to treat first row as column names |
Returns
Table*Related
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...