is_not_false {cleanr}R 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.


[Package cleanr version 1.4.0 Index]