At the moment, I'm having trouble with na.omit()
, where it would drop all the data for reasons unknown -- never happened to me before. Seems like the best I can search was this one: missing data - na.omit dropping all observations in R - Stack Overflow
I was just wondering if there is a dplyr
or tidytable
alternative for na.omit()
.