The R Project SVN R

Rev

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

Rev 61168 Rev 61433
Line 28... Line 28...
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{
31
\note{
32
  For ancient historical reasons, \code{envir = NULL} uses the global
32
  For ancient historical reasons, \code{envir = NULL} uses the global
33
  environment rather than the base environment.  
33
  environment rather than the base environment.
34
  Please use \code{envir = \link{globalenv}()} instead if this is what you want,
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.
35
  as the special handling of \code{NULL} may change in a future release.
36
}
36
}
37
\value{
37
\value{
38
  The desired function.
38
  The desired function.