Skip to content

derryleng/Modularised_Shiny_Dashboard_Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modularised Shiny Dashboard Template

This is a template for a modularised Shiny application using the Shiny Dashboard package.

  • Each tab in the Shiny dashboard is a separate module.
  • Each module is contained in a separate folder in the /modules directory.
  • Each module folder must contain at least two files:
    • mod_ui.R - this must contain a function defining the UI elements of the module.
    • mod_server.R - this must contain a function defining the Server elements of the module.
    • See the example modules for details.
  • To display a new module, it must be specified in sidebarSettings in settings.R.
  • Don't change the dashboardPage skin, change theme colours in /www/theme.css instead.

About

Shiny Dashboard template with tabs as separate modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published