recipes icon indicating copy to clipboard operation
recipes copied to clipboard

step_lag should have an order_by argument

Open alexpghayes opened this issue 5 years ago • 1 comments

Currently it requires that the input tibble is appropriately sorted, but we could just pass a column to sort by to dplyr::lag in the implementation. Probably can get around to this at some point, but it's a low priority atm.

alexpghayes avatar Jul 16 '18 17:07 alexpghayes