R and Shiny for Web Application Development
The User Interface (UI)
The Server Function
ui.R and server.R Files
app.R Single-File Application
Initialization
User Interaction
Session Management
Data Flow Between UI and Server
Handling User Inputs
Generating Outputs
Previous
2. Fundamentals of R for Shiny
Go to top
Next
4. Building the User Interface (UI)