1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/engine.R
\name{false}
\alias{false}
\title{FALSE, with a cause of failure.}
\usage{
false(...)
}
\arguments{
\item{...}{Passed to \code{gettextf} to create a cause of failure message.}
}
\value{
\code{FALSE} with the attribute \code{cause}, as provided
in the input.
}
\description{
Always returns the value \code{FALSE}, with a cause attribute.
}
\seealso{
\code{\link{cause}} and \code{\link{na}}.
}
|