check_feature_na | R Documentation |
Find features with (specified amount of) missingness
check_feature_na(data, threshold)
data |
A data frame or tibble. |
threshold |
Missingness threshold in a given column/feature as a proportion bounded between 0 and 1. Default set to sensitive level at 1e-04. |
A vector of column/feature names that contain missingness greater than threshold
.
## Not run:
check_feature_na(data = any_data_frame, threshold = 1e-04)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.