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 use .data inside desc() in arrange.() #371

Closed
markfairbanks opened this issue Feb 19, 2022 · 0 comments · Fixed by #372
Closed

Can't use .data inside desc() in arrange.() #371

markfairbanks opened this issue Feb 19, 2022 · 0 comments · Fixed by #372
Labels
bug Something isn't working

Comments

@markfairbanks
Copy link
Owner

pacman::p_load(tidytable)

df <- tidytable(x = 1:3)

df %>%
  arrange.(desc(.data$x))
#> Error: Can't subset `.data` outside of a data mask context.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant