The R Project SVN R

Rev

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

Rev 42947 Rev 46383
Line 23... Line 23...
23
  The names in an argument list can be back-quoted non-standard names
23
  The names in an argument list can be back-quoted non-standard names
24
  (see \sQuote{\link{backquote}}).
24
  (see \sQuote{\link{backquote}}).
25
 
25
 
26
  If \code{value} is missing, \code{NULL} is returned.  If it is a
26
  If \code{value} is missing, \code{NULL} is returned.  If it is a
27
  single expression, the value of the evaluated expression is returned.
27
  single expression, the value of the evaluated expression is returned.
-
 
28
  (The expression is evaluated as soon as \code{return} is called, in
-
 
29
  the evaluation frame of the function and before any
-
 
30
  \code{\link{on.exit}} expression is evaluated.)
28
 
31
  
29
  If the end of a function is reached without calling \code{return}, the
32
  If the end of a function is reached without calling \code{return}, the
30
  value of the last evaluated expression is returned.
33
  value of the last evaluated expression is returned.
31
}
34
}
32
\section{Warning}{
35
\section{Warning}{
33
  Prior to \R 1.8.0, \code{value} could be a series of non-empty
36
  Prior to \R 1.8.0, \code{value} could be a series of non-empty