Extract the rows of a data frame with the last tick from each run.

extract_last_tick(df)

Arguments

df

The data frame.

Value

A data frame with one row for each run, corresponding to the last tick for that run.