The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 90049
Line 8... Line 8...
8
\title{List of Builtin and Special Functions}
8
\title{List of Builtin and Special Functions}
9
\description{
9
\description{
10
  A named list providing instructions for turning builtin and special
10
  A named list providing instructions for turning builtin and special
11
  functions into generic functions.
11
  functions into generic functions.
12
 
12
 
13
  Functions in R that are defined as \code{.Primitive(<name>)} are not
13
  Functions in R that are defined as \code{.Primitive(\var{name})} are not
14
  suitable for formal methods, because they lack the basic reflectance
14
  suitable for formal methods, because they lack the basic reflectance
15
  property.  You can't find the argument list for these functions by
15
  property.  You can't find the argument list for these functions by
16
  examining the function object itself.
16
  examining the function object itself.
17
 
17
 
18
  Future versions of R may fix this by attaching a formal argument list
18
  Future versions of R may fix this by attaching a formal argument list