Visualize Function Call Dependencies in R Source Code
Analyze internal dependencies in R source files
Get all parsed expressions from an R file
Get all R files from a directory
Analyze and plot R code dependencies in one step
Plot an interactive dependency graph
Provides tools to analyze R source code and detect function definitions and their internal dependencies across multiple files. Creates interactive network visualizations using 'visNetwork' to display function call relationships, with detailed tooltips showing function arguments, return values, and documentation. Supports both individual files and directory-based analysis with automatic file detection. Useful for understanding code structure, identifying dependencies, and documenting R projects.