coalesce_truth: Coalesce value to truthiness

coalesce_truthR Documentation

Coalesce value to truthiness

Description

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

Usage

coalesce_truth(x)

Arguments

x

logical, NA or NULL

Value

FALSE if x is anything but TRUE


csvwr documentation built on Nov. 21, 2022, 5:05 p.m.