Learn R Programming

tidytidbits (version 0.3.3)

true_or_na: Test for logical true or NA

Description

Test for logical true or NA

Usage

true_or_na(x)

Value

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

Arguments

x

Logical