The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 19... Line 19...
19
    name is found and used.}
19
    name is found and used.}
20
}
20
}
21
\value{
21
\value{
22
  For a closure, a closure with identical formal argument list but an
22
  For a closure, a closure with identical formal argument list but an
23
  empty (\code{NULL}) body.
23
  empty (\code{NULL}) body.
24
  
24
 
25
  For a primitive, a closure with the documented usage and \code{NULL}
25
  For a primitive, a closure with the documented usage and \code{NULL}
26
  body.  Note that some primitives do not make use of named arguments
26
  body.  Note that some primitives do not make use of named arguments
27
  and match by position rather than name.
27
  and match by position rather than name.
28
 
28
 
29
  \code{NULL} in case of a non-function.
29
  \code{NULL} in case of a non-function.