visualize_flow.Rd
Generates a flow chart starting from a top-level function to see everything it calls, and what they call in turn.
visualize_flow(target_func, dir_path = ".", save_dot = NULL)
String. The entry point function.
String. Project root.
String. Optional path to save the DOT file.
A DiagrammeR graph object.