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{na}
\alias{na}
\title{NA, with a cause of failure.}
\usage{
na(...)
}
\arguments{
\item{...}{Passed to \code{gettextf} to create a cause of failure message.}
}
\value{
\code{NA} with the attribute \code{cause}, as provided
in the input.
}
\description{
Always returns the value (logical) \code{NA}, with a cause attribute.
}
\seealso{
\code{\link{cause}} and \code{\link{false}}.
}
|