Is there a function or debugger in R to show what functions were called by a function? i.e., it would function a bit like traceback
but triggered by a call to function instead of an error, and showing not just the stack but the tree of function calls. Like:
A-> B -> C -> D
E -> F
G -> C -> D