Rdocumentation
powered by
Learn R Programming
RecordLinkage (version 0.3-2)
isFALSE: Check for FALSE
Description
Shortcut for
identical(x,FALSE)
Usage
isFALSE(x)
Arguments
x
Any object
Value
Returns
TRUE
if
x
is identical to
FALSE
,
FALSE
otherwise.