I have a data frame which has a column with some valid entries, some blank entries, and some entries with NA. I want to know which entries have either blank or NA. How do I do this?
One idea I had was to convert the blank entries to NA and then find the entries with NA, but how do I do this conversion?