is.TRUEorFALSE {crunch} | R Documentation |
Check that a value is TRUE or FALSE
Description
Check that a value is TRUE or FALSE
Usage
is.TRUEorFALSE(value)
Arguments
value |
Value to check |
Value
TRUE
if value
is either TRUE
or FALSE
, FALSE
otherwise
[Package crunch version 1.31.0 Index]