https://github.com/petergandenberger/dashboard-builder
https://github.com/petergandenberger/dashboard-builder
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/petergandenberger/dashboard-builder
- Owner: petergandenberger
- License: other
- Created: 2021-05-24T20:22:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T19:16:31.000Z (about 2 years ago)
- Last Synced: 2023-03-08T06:23:11.192Z (about 2 years ago)
- Language: JavaScript
- Size: 9.65 MB
- Stars: 53
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - petergandenberger/dashboard-builder - (JavaScript)
README
---
output: github_document
---# dashboardBuilder
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://travis-ci.com/petergandenberger/dashboard-builder)
[](https://github.com/petergandenberger/dashboard-builder/actions/workflows/R-CMD-check.yaml)The dashboard-builder is still in development. If you have any questions or feedback please don't hesitate to reach out to me via email or github.
## pre-requisits
To run the dashboard-builder and any exported dashboards you need to install the gridstackeR package
``` r
devtools::install_github("https://github.com/petergandenberger/gridstackeR")
```## Demo
There is a [demo available online](https://pega.shinyapps.io/dashboard-builder/)## Workflow
There are four steps in creating shiny apps with the dashboard builder1. Import data
2. Create Elements
3. Export the Dashboard
4. Improve and Extend## More
Please have a look at [my talk at rstudio::conf(2022) introducing the dashboard-builder](https://sched.co/11ibG)