I have an excel file that I have imported into R and set up a data frame. I am trying to filter the data so that any cell that has NA in as specific column the row is removed with in the data frame. Tried a couple of different things that do not seem to be working
I have tried using filter and dplyr but they either create a new data frame or remove the rest of the data which is not what I want