The R Project SVN R

Rev

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

Rev 85061 Rev 85234
Line 18... Line 18...
18
  These functions provide the base mechanisms for defining
18
  These functions provide the base mechanisms for defining
19
  new functions in the \R language.
19
  new functions in the \R language.
20
}
20
}
21
\arguments{
21
\arguments{
22
  \item{arglist}{empty or one or more (comma-separated) \samp{name} or
22
  \item{arglist}{empty or one or more (comma-separated) \samp{name} or
23
    \samp{\var{name} = \var{expression}} terms
23
    \samp{name = expression} terms
24
    and/or the special token \code{\link{...}}.}
24
    and/or the special token \code{\link{...}}.}
25
  \item{expr}{an expression.}
25
  \item{expr}{an expression.}
26
  \item{value}{an expression.}
26
  \item{value}{an expression.}
27
}
27
}
28
\details{
28
\details{