As our modularised shiny apps get more complicated, I have been looking for a way to visualise the module structure of an app based on the app code, to be able to see which module calls which other module etc. I haven't found anything in this direction, does anyone know of a tool/package/way to do that?
FWIW: {reactlog} isn't intended to display the module structure, however, it builds a dependency graph including modules and via its search input you can focus on modules: