powered by
Returns the number of missing values, total length, and proportion missing values for each variable in a data.frame
propmiss(df)
A data.frame with missingness stats.
A data.frame.
if (FALSE) { propmiss(data.frame(a=1:5, b=c(6,NA,NA,9,10))) }
Run the code above in your browser using DataLab