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

be more clever about NA #59

Closed
DanChaltiel opened this issue Apr 5, 2024 · 0 comments
Closed

be more clever about NA #59

DanChaltiel opened this issue Apr 5, 2024 · 0 comments
Labels
enhancement ✨ New feature or request
Milestone

Comments

@DanChaltiel
Copy link
Owner

Using str_replace was definitely not clever...

tibble(a=c("blabal", "MENACE")) %>% crosstable()

# A tibble: 2 x 4
  .id   label variable value  
  <chr> <chr> <chr>    <chr>  
1 a     a     blabal   1 (50%)
2 a     a     ME'NA'CE 1 (50%)
@DanChaltiel DanChaltiel added the bug 🐞 Something isn't working label Apr 5, 2024
@DanChaltiel DanChaltiel added enhancement ✨ New feature or request and removed bug 🐞 Something isn't working labels May 17, 2024
@DanChaltiel DanChaltiel added this to the v0.8.0 milestone Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant