track which files of code are called by which oher files
get_code_tree.Rd
track which files of code are called by which oher files
Details
each time the cctu
function source
is called,
an internal data frame is appended with the parent file that called
source
, and the child file that was sourced.
You can reset the code_tree or examine it, but not directly edit it. It is
reset automatically if
cctu_initialise
is called.