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

Don't add obviously unnecessary steps #254

Closed
10 tasks done
mgirlich opened this issue May 25, 2021 · 0 comments · Fixed by #255
Closed
10 tasks done

Don't add obviously unnecessary steps #254

mgirlich opened this issue May 25, 2021 · 0 comments · Fixed by #255

Comments

@mgirlich
Copy link
Collaborator

mgirlich commented May 25, 2021

It would be a bit nicer to not add a step when it is obviously not necessary.

empty dots -> nothing to do

can easily analyse if anything changes:

Not obvious way when to skip steps

  • count(), tally(), add_count(), add_tally(): number of rows
  • distinct(): use all variables
  • summarise()
  • transmute()
  • slice_*()
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