Learn R Programming

tidytidbits (version 0.3.2)

true_or_na: 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.