drop_missing_cols: drop feature columns with missing values

Description Usage Arguments

Description

drop feature columns with missing values

Usage

1
drop_missing_cols(data, threshold, metadata_prefix = NULL)

Arguments

data

dataframe

threshold

float remove column(s) if the proportion of missing values equals or exceeds 'threshold'

metadata_prefix

string, prefix for metadata columns


Swarchal/phenoScreen documentation built on May 9, 2019, 3:26 p.m.