RecordLinkage (version 0.4-11)

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.