Ducklings API Documentation
    Preparing search index...

    Function tableFromArrays

    • Create a new table from the provided arrays.

      Parameters

      • data: [string, any[] | TypedArray][] | Record<string, any[] | TypedArray>

        The input data as a collection of named arrays.

      • Optionaloptions: TableBuilderOptions

        Table builder options, including an optional type map.

      Returns Table

      The new table.