File: na.Rd

package info (click to toggle)
r-cran-assertive.base 0.0-9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 476 kB
  • sloc: sh: 13; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (2)
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}}.
}