utilities.loadtable.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/utilities > loadTable
loadTable() function
Signature:
export declare function loadTable(file: BaseFile, options?: CSVParseOptions): Promise<ColumnTable>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| file | BaseFile | |
| options | CSVParseOptions | (Optional) |
Returns:
Promise<ColumnTable>