tidyverse / funs

Collection of low-level functions for working with vctrs
Other
34 stars 7 forks source link

Extract ranking functions from dplyr #40

Open hadley opened 4 years ago

hadley commented 4 years ago

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

DavisVaughan commented 3 years ago

Backed by vctrs:::vec_rank()

krlmlr commented 2 years ago

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