is.boolean: Boolean Value Test

Description Usage Arguments Value

View source: R/is.R

Description

The following methods were added as to increase consistency with other is.something methods.

Test if a Value is TRUE

Test if a Value is FALSE

Usage

1
2
3
4
5

Arguments

x

the value to test.

x

the value to test.

x

the value to test.

Value

is.boolean(x) TRUE if the value is a boolean, FALSE otherwise.

is.true(x) TRUE if the value is true, FALSE otherwise.

is.false(x) TRUE if the value is false, FALSE otherwise.


RlonRyan/QuikR documentation built on May 14, 2019, 3:09 a.m.