Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rinterface/shinydashboardplus
extensions for shinydashboard
https://github.com/rinterface/shinydashboardplus
dashboard hacktoberfest2022 r shiny shiny-apps shinydashboard
Last synced: 3 days ago
JSON representation
extensions for shinydashboard
- Host: GitHub
- URL: https://github.com/rinterface/shinydashboardplus
- Owner: RinteRface
- License: other
- Created: 2018-04-28T13:51:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T22:13:39.000Z (6 months ago)
- Last Synced: 2024-09-19T18:18:16.735Z (5 months ago)
- Topics: dashboard, hacktoberfest2022, r, shiny, shiny-apps, shinydashboard
- Language: R
- Homepage: https://shinydashboardplus.rinterface.com
- Size: 11.5 MB
- Stars: 454
- Watchers: 18
- Forks: 77
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# shinydashboardPlus
[![R build status](https://github.com/RinteRface/shinydashboardPlus/workflows/R-CMD-check/badge.svg)](https://github.com/RinteRface/shinydashboardPlus/actions)
[![version](https://www.r-pkg.org/badges/version/shinydashboardPlus)](https://CRAN.R-project.org/package=shinydashboardPlus)
[![cranlogs](https://cranlogs.r-pkg.org/badges/shinydashboardPlus)](https://CRAN.R-project.org/package=shinydashboardPlus)
[![total](https://cranlogs.r-pkg.org/badges/grand-total/shinydashboardPlus)](https://www.rpackages.io/package/shinydashboardPlus)> extensions for shinydashboard
## Installation
```r
# for the CRAN version
install.packages("shinydashboardPlus")
# for the latest version
devtools::install_github("RinteRface/shinydashboardPlus")
```## Motivations
shinydashboardPlus is based on the idea of [ygdashboard](https://github.com/gyang274/ygdashboard/tree/master/R),
the latter not compatible with shinydashboard (you cannot use shinydashboard and ygdashboard at the same time). With shinydashboardPlus you can still work with the shinydashboard classic functions and enrich
your dashboard with all additional functions of shinydashboardPlus!## Demo
See a demonstration [here](https://shinylive.io/r/editor/#h=0&code=NobwRAdghgtgpmAXGKAHVA6ASmANGAYwHsIAXOMpMAGwEsAjAJykYE8AKAZwAtaJWAlAB0IdJiw48+rACZQe9IixnDRDZmy69+chUsYyACtQCunVSKn8AgugAitRl1adyMDADNa1OOyFg4AA9YVB9Of1wAAlQoAgBrKABzOEiAXkj-K1l5bkVlYzN-AQEwAF8AXSA)
or run:
```r
library(shinydashboardPlus)
shinydashboardPlusGallery()
```Below an example of application in medicine:
## Acknowledgements
- The [adminLTE team](https://adminlte.io)
- [Victor Perrier](https://github.com/pvictor) from [Dream'R](https://www.dreamrs.fr)## Code of Conduct
Please note that the shinydashboardPlus project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.