is_not_false: Test if an Object is not False

is_not_falseR Documentation

Test if an Object is not False

Description

See fritools::is_not_false.

Usage

is_not_false(x, null_is_false = TRUE, ...)

Arguments

x

The object to be tested.

null_is_false

[boolean(1)]
Should NULL be treated as FALSE?

...

Parameters passed to exists. See Details and Examples.

Value

TRUE if the object is set to something different than FALSE, FALSE otherwise.


cleanr documentation built on July 9, 2023, 7:30 p.m.