utilities.filecollection.totable.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/utilities > FileCollection > toTable
FileCollection.toTable() method
Signature:
toTable(name: string): Promise<ColumnTable>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| name | string |
Returns:
Promise<ColumnTable>