Hello RStudio Community!
I have done some searching on the web and was unable to find a package that does what I am looking for and wanted to see if anyone here knows of a project/process that does this.
If I have a package is there a process out there that lets me give the package as an input and the output would be a diagram of all the internal and external functions and how they are called from one another?
I have been researching the {targets} package and love the diagrams it can generate showing the overall process of a project. That has me starting to think if there is a way to visualize the way my package is structured and what functions depend on other functions.
Thanks in advance!