Learn R Programming

cleanr (version 1.4.0)

is_not_false: Test if an Object is not False

Description

See fritools::is_not_false.

Usage

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

Value

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

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.