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

Allow n() #154

Closed
yutannihilation opened this issue Jul 22, 2020 · 1 comment
Closed

Allow n() #154

yutannihilation opened this issue Jul 22, 2020 · 1 comment

Comments

@yutannihilation
Copy link
Owner

c.f. https://twitter.com/yutannihilat_en/status/1285901591095042049

ggplot(mpg) +
  aes(x = manufacturer) +
  geom_bar() +
  gghighlight(n() > 20)
@yutannihilation
Copy link
Owner Author

Hmm, I forgot to re-export n()...

yutannihilation added a commit that referenced this issue Dec 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant