The R Project SVN R

Rev

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

Rev 88075 Rev 88907
Line 19... Line 19...
19
}
19
}
20
\details{
20
\details{
21
  The advantage of \code{.Primitive} over \code{\link{.Internal}}
21
  The advantage of \code{.Primitive} over \code{\link{.Internal}}
22
  functions is the potential efficiency of argument passing, and that
22
  functions is the potential efficiency of argument passing, and that
23
  positional matching can be used where desirable, e.g.\sspace{}in
23
  positional matching can be used where desirable, e.g.\sspace{}in
24
  \code{\link{switch}}. For more details, see the \sQuote{R Internals}
24
  \code{\link{switch}}. For more details, see the Chapter
25
  manual.
25
  \manual{R-ints}{.Internal vs .Primitive}.
26
 
26
 
27
  All primitive functions are in the base namespace.
27
  All primitive functions are in the base namespace.
28
 
28
 
29
  You cannot set \code{\link{attributes}} on primitive functions.
29
  You cannot set \code{\link{attributes}} on primitive functions.
30
 
30