Select dataframe row from last
last_row(x, n)
x
dataframe
n
If missing, the last element will be used.
last row
mtcars |> last_row() mtcars |> last_row(1:2)