I have a variable in a data frame that has 2 million rows and around 50,000 different values, I want to know the amount of NULL that exist in this column, I used table (data $ variable) the problem is that being 50,000 different values shows me the first 100 only and omits the rest, besides I only want to know the amount of NULL, how can I see how many NULL exist in this column?