powered by
Select dataframe row from last
last_row(x, n)
last row
dataframe
If missing, the last element will be used.
mtcars |> last_row() mtcars |> last_row(1:2)
Run the code above in your browser using DataLab