printWithNumbers {RBioinf} | R Documentation |
A function to print a function together with relevant line
numbers. These can be used to decide where to set trace
functions etc.
printWithNumbers(f)
f |
Any R function. |
The function is printed, all lines that correspond to potential break points in the code are numbered.
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.
R. Gentleman
printWithNumbers(convertMode)