true_or_na: Test for logical true or NA

View source: R/na.R

true_or_naR Documentation

Test for logical true or NA

Description

Test for logical true or NA

Usage

true_or_na(x)

Arguments

x

Logical

Value

True if and only if x is TRUE or x is NA, False otherwise.


tidytidbits documentation built on March 18, 2022, 6:10 p.m.