https://github.com/cran/RecordLinkage
Raw File
Tip revision: b32452149857b15849e9c82fb81e812df6e921fc authored by Murat Sariyar on 08 November 2022, 13:10:15 UTC
version 0.4-12.4
Tip revision: b324521
isFALSE.Rd
\name{isFALSE}
\alias{isFALSE}

\title{Check for FALSE}
\description{
  Shortcut for \code{identical(x,FALSE)}
}
\usage{
isFALSE(x)
}

\arguments{
  \item{x}{Any object}
}

\value{
  Returns \code{TRUE} if \code{x} is identical to \code{FALSE}, \code{FALSE}
  otherwise.
}
\author{Andreas Borg}


\keyword{misc}
back to top