Analyze the File Contents of 'shiny' Directories
Analyze Shiny server reactivity in a given file
Classify the reactivity type of a render block
Extract input dependencies from a Shiny render block
Extract named reactive expressions from a Shiny server file
Extract output assignments from Shiny server code
Extract Shiny UI input and output elements and their ids (including cu...
Read a Shiny file and determine if it should be skipped
Provides tools for analyzing and understanding the file contents of large 'shiny' application directories. The package extracts key information about render functions, reactive functions, and their inputs from app files, organizing them into structured data frames for easy reference. This streamlines the onboarding process for new contributors and helps identify areas for optimization in complex 'shiny' codebases with multiple files and sourcing chains.
Useful links