funs icon indicating copy to clipboard operation
funs copied to clipboard

Extract ranking functions from dplyr

Open hadley opened this issue 5 years ago • 3 comments

hadley avatar Nov 29 '19 04:11 hadley

And generalise so that they can take any number of columns, as in https://github.com/tidyverse/dplyr/issues/4482

hadley avatar Dec 11 '19 22:12 hadley

Backed by vctrs:::vec_rank()

DavisVaughan avatar Apr 28 '21 18:04 DavisVaughan

Should the ranking functions default to ranking NA first, as with SQL? Should this be an argument to the ranking functions?

krlmlr avatar Oct 20 '21 20:10 krlmlr