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

Can't facet by column names with spaces #391

Closed
dansmith01 opened this issue Mar 31, 2021 · 0 comments · Fixed by #392
Closed

Can't facet by column names with spaces #391

dansmith01 opened this issue Mar 31, 2021 · 0 comments · Fixed by #392

Comments

@dansmith01
Copy link
Contributor

remotes::install_github("kassambara/ggpubr")
ToothGrowth[['spa ced']] <- ToothGrowth[['supp']]
ggpubr::ggboxplot(ToothGrowth, "dose", "len", facet.by = "supp")  # works
ggpubr::ggboxplot(ToothGrowth, "dose", "len", facet.by = "spa ced")  # broken

facet

kassambara added a commit that referenced this issue Nov 17, 2022
Enable faceting by column names with spaces. fix #391
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

Successfully merging a pull request may close this issue.

1 participant