Useful Links
Computer Science
Web Development
R and Shiny for Web Application Development
1. Introduction to R and Shiny
2. Fundamentals of R for Shiny
3. Core Concepts of a Shiny Application
4. Building the User Interface (UI)
5. The Server Logic and Reactivity
6. Enhancing User Experience and Design
7. Advanced Shiny Development
8. Debugging and Optimization
9. Deploying and Sharing Shiny Applications
Debugging and Optimization
Debugging Techniques
Using browser()
Using debug()
Printing Values to the Console
Using traceback()
The reactlog Package for Visualizing Reactivity
Profiling and Performance
Identifying Performance Bottlenecks
The profvis Package
Measuring App Responsiveness
Caching Outputs
Using bindCache()
Optimizing Data Processing
Reducing UI Latency
Previous
7. Advanced Shiny Development
Go to top
Next
9. Deploying and Sharing Shiny Applications