Constructor
new Import(options)
Create a new Data.Import instance.
Example
// load the data table defined by a JSON object named response and get the values of one column
table = Data.import({"source":response,"type":"json"});
var a = table.column("column name").values();
Parameters:
| Name | Type | Description | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object | { source: JavaScript object,
|
Returns:
A new Table object