Skip to content

fenditsim/shiny-modularized-tabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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.

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.