UsefulLinks
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
6.
Enhancing User Experience and Design
6.1.
Styling and Themes
6.1.1.
Using the shinythemes Package
6.1.2.
Custom CSS Integration
6.1.3.
Adding Custom Fonts and Icons
6.1.4.
Responsive Design Principles
6.1.5.
Conditional UI Panels
6.1.5.1.
conditionalPanel
6.2.
Interactive Visualizations
6.2.1.
Integrating plotly for Interactive Plots
6.2.2.
Using DT for Interactive Tables
6.2.3.
Adding leaflet for Interactive Maps
6.2.4.
Customizing Interactive Elements
6.3.
User Feedback and Notifications
6.3.1.
Progress Indicators
6.3.1.1.
withProgress()
6.3.1.2.
incProgress()
6.3.2.
Notifications and Alerts
6.3.2.1.
showNotification()
6.3.2.2.
showModal()
6.3.3.
Using shinyjs for JavaScript Operations
6.3.3.1.
Hiding and Showing Elements
6.3.3.2.
Enabling and Disabling Inputs
6.3.3.3.
Running Custom JavaScript Code
6.3.3.4.
Resetting Inputs
Previous
5. The Server Logic and Reactivity
Go to top
Next
7. Advanced Shiny Development