Skip to content

Instantly share code, notes, and snippets.

@anthonynorth
Created June 15, 2020 07:30
Show Gist options
  • Save anthonynorth/63d3df4032408b1f033c613c6a1a5d2e to your computer and use it in GitHub Desktop.
Save anthonynorth/63d3df4032408b1f033c613c6a1a5d2e to your computer and use it in GitHub Desktop.
group_wise filter
cars %>%
group_by(speed) %>%
filter(any(dist == 2))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment