Skip to content

A simple method of modularizing tabs in Shiny Dashboard for easy access and management.

Notifications You must be signed in to change notification settings

fenditsim/shiny-modularized-tabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

'Modularized' tabs in Shiny

This repository shows a method to 'modularize' tabs in Shiny dashboard for easy access and clearer management system. Click here to see the demo via shinyapps.io.

This shiny dashboard contains three 'modules': Introduction, Module 1 and Module 2.

Each module has its own folder and R script that is connected to app.R. User can focus on editing one module by accessing all materials in the corresponding folder, without making any changes in app.R.

Note that all objects in each module will be loaded in the environment once the shiny application is closed.