You can count the NAs in each row with this command:
NA
rowSums(is.na(dat))
where dat is the name of your data frame.
dat
1.4m articles
1.4m replys
5 comments
57.0k users