Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fenditsim/shiny-modularized-tabs
A simple method of modularizing tabs in Shiny Dashboard for easy access and management.
https://github.com/fenditsim/shiny-modularized-tabs
rshiny rshiny-application rshiny-dashboard rshinyapp rshinydashboard rstats shiny shiny-apps shiny-r shinydashboard
Last synced: 3 months ago
JSON representation
A simple method of modularizing tabs in Shiny Dashboard for easy access and management.
- Host: GitHub
- URL: https://github.com/fenditsim/shiny-modularized-tabs
- Owner: fenditsim
- Created: 2023-08-20T08:47:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-29T07:49:43.000Z (7 months ago)
- Last Synced: 2024-06-29T08:34:06.451Z (7 months ago)
- Topics: rshiny, rshiny-application, rshiny-dashboard, rshinyapp, rshinydashboard, rstats, shiny, shiny-apps, shiny-r, shinydashboard
- Language: R
- Homepage: https://fenditsim.github.io/shiny-modularized-tabs/
- Size: 28.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - fenditsim/shiny-modularized-tabs - A simple method of modularizing tabs in Shiny Dashboard for easy access and management. (R)
README
### 'Modularized' tabs in Shiny
This repository shows a method to 'modularize' tabs in Shiny dashboard for easy access and clearer management system. Click [here]([https://ft3pi.shinyapps.io/shiny-modularized-tabs/](https://fendit.shinyapps.io/shiny-modularized-tabs/)) 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.