The R Project SVN R

Rev

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

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