last
Show only the last number of rows.
Signature
> last (rows)
Parameters
rows
: starting from the back, the number of rows to return
Examples
Get the last 2 items
> [1,2,3] | last 2
Get the last item
> [1,2,3] | last
last
> last (rows)
rows
: starting from the back, the number of rows to returnGet the last 2 items
> [1,2,3] | last 2
Get the last item
> [1,2,3] | last