Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recode_by() to accept named list #96

Closed
jmbarbone opened this issue Feb 11, 2022 · 0 comments · Fixed by #140
Closed

recode_by() to accept named list #96

jmbarbone opened this issue Feb 11, 2022 · 0 comments · Fixed by #140
Labels
enhancement 💎 Feature enhancement

Comments

@jmbarbone
Copy link
Owner

This should be valid:

library(mark)

recode_by(
  letters[1:5],
  list(start = c("a", "b", "c"), end = c("d", "e"))
)
#> [1] "start" "start" "start" "end"   "end" 
@jmbarbone jmbarbone added the enhancement 💎 Feature enhancement label Feb 11, 2022
jmbarbone added a commit that referenced this issue Aug 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 💎 Feature enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant