powered by
count_na(x, along = 1)
x <- d.ngo # count NAs row-wise across all variables count_na(x) # count NAs column-wise count_na(x, along=2)
Run the code above in your browser using DataLab