8.2.59.45 table.tail

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

Get last K rows of table.

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

k defaults to 8.

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