The R Project SVN R

Rev

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

Rev 68948 Rev 82689
Line 26... Line 26...
26
  concatenation of a formal argument list and an expression or an
26
  concatenation of a formal argument list and an expression or an
27
  object of mode \code{"\link{call}"} which will become the function body.
27
  object of mode \code{"\link{call}"} which will become the function body.
28
  The function will be defined in a specified environment, by default
28
  The function will be defined in a specified environment, by default
29
  that of the caller.
29
  that of the caller.
30
}
30
}
31
\note{
-
 
32
  For ancient historical reasons, \code{envir = NULL} uses the global
-
 
33
  environment rather than the base environment.
-
 
34
  Please use \code{envir = \link{globalenv}()} instead if this is what you want,
-
 
35
  as the special handling of \code{NULL} may change in a future release.
-
 
36
}
-
 
37
\value{
31
\value{
38
  The desired function.
32
  The desired function.
39
}
33
}
40
\author{Peter Dalgaard}
34
\author{Peter Dalgaard}
41
\seealso{
35
\seealso{