.Internal performs a call to an internal code which is built in to the R interpreter.
.Internal执行调用内部的代码,这是内置的R解释。
Only true R wizards should even consider using this function, and only R developers can add to the list of internal functions.
只有真正的R向导甚至应该考虑使用此功能,只有R的开发者可以添加到列表的内部功能。
用法----------Usage----------
.Internal(call)
参数----------Arguments----------
参数:call
a call expression
调用表达式
参见----------See Also----------
.Primitive, .External (the nearest equivalent available to users).
.Primitive,.External(最近相当于提供给用户)。