isFALSE {RecordLinkage} | R Documentation |
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.
Author(s)
Andreas Borg
[Package RecordLinkage version 0.4-12.4 Index]