Skip to content

Instantly share code, notes, and snippets.

@alexhallam
Created May 2, 2018 19:27
Show Gist options
  • Save alexhallam/117ed564a36be5a2b58991579fc59645 to your computer and use it in GitHub Desktop.
Save alexhallam/117ed564a36be5a2b58991579fc59645 to your computer and use it in GitHub Desktop.
grouped_complete_case
trans %>%
clean_names() %>%
group_by(rest_number) %>%
filter(!any(!complete.cases(comp_trans_ty_ty)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment