R: Call an Internal Function (original) (raw)
Internal {base} | R Documentation |
---|
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, and onlyR developers can add to the list of internal functions.
Usage
.Internal(call)
Arguments
call | a call expression |
---|
See Also
[.Primitive](../../base/help/.Primitive.html)
, [.External](../../base/help/.External.html)
(the nearest equivalent available to users).
[Package _base_ version 4.6.0 Index]