8.2.59.43 table.head

Method: out = head (obj)
Method: out = head (obj, k)

Get first K rows of table.

Returns the first k rows of obj, as a table.

k defaults to 8.

If there are less than k rows in obj, returns all rows.