Recall is used as a placeholder for the name of the function in which it is called. It allows the definition of recursive functions which still work after being renamed, see example below.
Recall被用作一个占位符,在调用它的函数的名称。它允许递归函数的定义,仍然被改名后,见下面的例子。
用法----------Usage----------
Recall(...)
参数----------Arguments----------
参数:...
all the arguments to be passed.
所有的参数被传递。
注意----------Note----------
Recall will not work correctly when passed as a function argument, e.g. to the apply family of functions.
Recall不会正常工作时,作为函数参数传递,例如apply家庭功能。
参见----------See Also----------
do.call and call.
do.call和call。
local for another way to write anonymous recursive functions.
local另一种方式来写匿名递归函数。