Learn R Programming

csvwr (version 0.1.7)

coalesce_truth: Coalesce value to truthiness

Description

Determine whether the input is true, with missing values being interpreted as false.

Usage

coalesce_truth(x)

Value

FALSE if x is anything but TRUE

Arguments

x

logical, NA or NULL