Last chance! 50% off unlimited learning
Sale ends in
This function calculates the number of variables or cases that contain a missing value
n_var_miss(data)n_case_miss(data)
data.frame
integer, number of missings
# NOT RUN {
# how many variables contain missing values?
n_var_miss(airquality)
n_case_miss(airquality)
# }
Run the code above in your browser using DataLab