View source: R/tree_overview.r
tree_overview | R Documentation |
Create a graphical collapsible tree overview of the models within a project. This is mostly relevant in case the reference of models is included to visualise the relationship between models
tree_overview(proj_obj, ...)
proj_obj |
a project object created with |
... |
additional arguments passed to |
a data frame is returned with the overview
Richard Hooijmaijers
collapsibleTreeNetwork
which does most of the work
## Not run:
if (interactive()) tree_overview(proj_obj)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.