coalesce_truth: Coalesce value to truthiness

View source: R/csvwr_overrides.R

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


SimonGreenhill/rcldf documentation built on April 25, 2024, 8:27 a.m.