check_some_missing {vvfiller} | R Documentation |
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)
x |
the vector to check |
TRUE or FALSE