File: false.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-- 480 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{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}}.
}