The R Project SVN R

Rev

Rev 61433 | Rev 78062 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61433 Rev 61465
Line 26... Line 26...
26
\arguments{
26
\arguments{
27
  \item{\dots}{zero or more objects which can be coerced to character
27
  \item{\dots}{zero or more objects which can be coerced to character
28
    (and which are pasted together with no separator) or (for
28
    (and which are pasted together with no separator) or (for
29
    \code{message} only) a single condition object.}
29
    \code{message} only) a single condition object.}
30
  \item{domain}{see \code{\link{gettext}}.  If \code{NA}, messages will
30
  \item{domain}{see \code{\link{gettext}}.  If \code{NA}, messages will
31
    not be translated.}
31
    not be translated, see also the note in \code{\link{stop}}.}
32
  \item{appendLF}{logical: should messages given as a character string
32
  \item{appendLF}{logical: should messages given as a character string
33
    have a newline appended?}
33
    have a newline appended?}
34
  \item{expr}{expression to evaluate.}
34
  \item{expr}{expression to evaluate.}
35
}
35
}
36
\details{
36
\details{