with_order {dplyr} | R Documentation |
Run a function with one order, translating result back to original order
Description
This is used to power the ordering parameters of dplyr's window functions
Usage
with_order(order_by, fun, x, ...)
Arguments
order_by |
vector to order by |
fun |
window function |
x , ... |
arguments to |
[Package dplyr version 1.1.4 Index]