A function to print a function together with relevant line numbers. These can be used to decide where to set trace functions etc.
函数打印与相关行号的功能。这些可以用来决定在那里设置trace等功能。
用法----------Usage----------
printWithNumbers(f)
参数----------Arguments----------
参数:f
Any R function.
任何R功能。
Details
详情----------Details----------
The function is printed, all lines that correspond to potential break points in the code are numbered.
打印函数对应的代码中潜在的破发点,所有行编号。
值----------Value----------
The function is invoked primarily for its side effect; the printing of the function with line numbers. However, the character vector is returned and could be used as input for other tools.
调用该函数主要用于其副作用;打印行号的功能。然而,特征向量,则返回可以使用其他工具的输入。