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

ParameterTypeDescription
namestring

Returns:

Promise<ColumnTable>

Contents

  1. 1FileCollection.toTable() method
  2. 2Parameters