get_code_tree | R Documentation |
track which files of code are called by which oher files
get_code_tree()
reset_code_tree(root_file = "main.R")
root_file |
the name of the code file you want to use as the initial root for code tree |
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.
the data file containing two variables: parent ; child.
reset_code_tree()
: reset the internal code_tree object to have no
entries
cctu_initialise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.