check_some_missing: Check if some missing values are present

View source: R/check.R

check_some_missingR 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


vvfiller documentation built on Feb. 16, 2023, 6:55 p.m.