last_row {do}R Documentation

Select dataframe row from last

Description

Select dataframe row from last

Usage

last_row(x, n)

Arguments

x

dataframe

n

If missing, the last element will be used.

Value

last row

Examples

mtcars |> last_row()
mtcars |> last_row(1:2)

[Package do version 2.0.0.0 Index]