SyntaxFix
Write A Post
Hire A Developer
Questions
Just try this:
DF %>% t %>% na.omit %>% t
It transposes the data frame and omits null rows which were 'columns' before transposition and then you transpose it back.