[ top | up ]
Call an Internal Function
Syntax
.Internal(call)
Description
.Internal performs a call to an internal function.
Only true R wizards should even consider using this function.
Examples
# evaluate environment and see that it uses .Internal
> environment
function (fun = NULL)
.Internal(environment(fun))