Contents

init()

Creates an empty table containing no rows or columns.

Declaration

init()

Discussion

Use this initializer to create an empty data table. Then, you add data columns with addColumn(_:named:), untyped columns with addColumn(_:named:), or another table with append(contentsOf:).

See Also

Creating a data table