# Example 1: Compute proportion of missing data for each case in the data frame
na.prop(airquality)
# Example 2: Do not append proportions of missing data to the data frame
na.prop(airquality, append = FALSE)
Run the code above in your browser using DataLab