Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. transaction1 %>%
  2. select_if(function(x) any(is.na(x))) %>%
  3. summarise_each(~sum(is.na(.))) %>%
  4. t()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement