last_row | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.