R/check_feature.R
check_non_missing.Rd
Check for the proportion of non-missing values
check_non_missing(x, thres = NULL, quiet = FALSE)
data set to check
Minimum proportion of data available
whether to suppress printing messages to the console. defaults to FALSE.
invisibly returns a list for downstream use in check_feature()
check_feature()