Next: table.join, Previous: table.head, Up: table [Contents]
out =
(obj)
(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.