R/check.R
check_some_missing.Rd
Check if some missing values are present, but not all are missing. returns a boolean. This check is done to save time for vectors where filling is not needed
check_some_missing(x)
the vector to check
TRUE or FALSE