true_or_na {tidytidbits}R 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.


[Package tidytidbits version 0.3.2 Index]