Hadley Wickham
Hadley Wickham
Biggest challenge will be coming up with a name.
Maybe allow either a pair of new and old arguments or a single new data frame?
Also related to #15
This will also resolve https://github.com/tidyverse/dplyr/issues/4628, since we eliminate the round trip to symbols.
We'll need to come up with a new name for the function so we can deprecate `dplyr::recode()`
Could possibly have `quantile_wide()` and `quantile_long()`? Or have some special data frame subclass so that you could could `t()` it?
@jennybc I think `revalue(x, y)` might be equivalent to `recode(x, !!!y)`?
Particularly important for standardised NA handling
Yes, that's the whole point. I doubt I will implement any variation of which
Also needs to include `==`, `>` etc