funviewR: Visualize Function Call Dependencies in R Source Code
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.
Documentation:
Downloads:
Linking:
Please use the canonical form
https://CRAN.R-project.org/package=funviewR
to link to this page.