powered by
This function calculates the number of variables that contain a complete value
n_var_complete(data)n_case_complete(data)
n_case_complete(data)
data.frame
integer number of complete values
n_var_miss()
# NOT RUN { # how many variables contain complete values? n_var_complete(airquality) n_case_complete(airquality) # }
Run the code above in your browser using DataLab