powered by
quickly check the proportion of NAs in each columns of a dataframe
check_na_in(data, true_total = FALSE)
a data.frame
FALSE to show the percentage, TRUE to show the true number of missing values
# NOT RUN { data(mtcars) check_na_in(mtcars) # }
Run the code above in your browser using DataLab