Find out how many rows are missing in the column 'WorkLoc' code example Example: how to count the number of NA in r sum(is.na(df$col))