loadTable()

Input / Files

Description

Loads a CSV or TSV file into a Table object.

Syntax

Table* loadTable(std::string path, std::string options)

Parameters

NameTypeDescription
pathstd::stringpath to the file
optionsstd::string"header" to treat first row as column names

Returns

Table*

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...