This help topic is for R version 0.60. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/Internal.html
Internal {base}R Documentation

Call an Internal Function

Description

.Internal performs a call to an internal code which is built in to the R interpreter. Only true R wizards should even consider using this function.

Usage

 .Internal(call)

See Also

.C, .Fortran.


[Package base version 0.60 ]