https://github.com/cran/RecordLinkage
Raw File
Tip revision: d650bb5b048f47ae3237cec162d379a89734ff57 authored by Andreas Borg on 02 May 2016, 13:21:08 UTC
version 0.4-9
Tip revision: d650bb5
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