Applies dplyr::slice_max() to the underlying lazy tbl and returns a
modified tidybreed_table so that further dplyr chains continue to work.
Arguments
- .data
A
tidybreed_tableobject.- order_by
Column or expression to order by (tidy-eval).
- ...
Passed to
dplyr::slice_max().
