powered by
Find features with (specified amount of) missingness
check_feature_na(data, threshold)
A vector of column/feature names that contain missingness greater than threshold.
threshold
A data frame or tibble.
Missingness threshold in a given column/feature as a proportion bounded between 0 and 1. Default set to sensitive level at 1e-04.
if (FALSE) { check_feature_na(data = any_data_frame, threshold = 1e-04) }
Run the code above in your browser using DataLab