funs
funs copied to clipboard
Extract ranking functions from dplyr
And generalise so that they can take any number of columns, as in https://github.com/tidyverse/dplyr/issues/4482
Backed by vctrs:::vec_rank()
Should the ranking functions default to ranking NA first, as with SQL? Should this be an argument to the ranking functions?