Learn R Programming

hdImpute (version 0.2.1)

check_feature_na: Find features with (specified amount of) missingness

Description

Find features with (specified amount of) missingness

Usage

check_feature_na(data, threshold)

Value

A vector of column/feature names that contain missingness greater than threshold.

Arguments

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.

Examples

Run this code
if (FALSE) {
check_feature_na(data = any_data_frame, threshold = 1e-04)
}

Run the code above in your browser using DataLab