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

categorize() should handle NAs properly. #7

Closed
KevCaz opened this issue Jun 21, 2019 · 1 comment
Closed

categorize() should handle NAs properly. #7

KevCaz opened this issue Jun 21, 2019 · 1 comment

Comments

@KevCaz
Copy link
Member

KevCaz commented Jun 21, 2019

R> categorize(c(1,NA,3), 2)
[1] 1 1 2
@KevCaz
Copy link
Member Author

KevCaz commented Jun 21, 2019

Ans we should get rid of calls to sapply()

@KevCaz KevCaz closed this as completed in 00fe13e Jun 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant