check_some_missing {vvfiller}R Documentation

Check if some missing values are present

Description

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

Usage

check_some_missing(x)

Arguments

x

the vector to check

Value

TRUE or FALSE


[Package vvfiller version 0.6.7 Index]