The R Project SVN R

Rev

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

Rev 1087 Rev 15518
Line 7... Line 7...
7
\description{
7
\description{
8
\code{.Internal} performs a call to an internal code
8
\code{.Internal} performs a call to an internal code
9
which is built in to the \R interpreter.
9
which is built in to the \R interpreter.
10
Only true \R wizards should even consider using this function.
10
Only true \R wizards should even consider using this function.
11
}
11
}
-
 
12
\arguments{
-
 
13
  \item{call}{a call expression}
-
 
14
}
12
\seealso{
15
\seealso{
13
\code{\link{.Primitive}}, \code{\link{.C}}, \code{\link{.Fortran}}.
16
\code{\link{.Primitive}}, \code{\link{.C}}, \code{\link{.Fortran}}.
14
}
17
}
15
\keyword{interface}
18
\keyword{interface}