https://github.com/jienagu/Shiny_Full_Flow
This app demonstrates the basic work flow from data entry to dynamic report.
https://github.com/jienagu/Shiny_Full_Flow
Last synced: 5 months ago
JSON representation
This app demonstrates the basic work flow from data entry to dynamic report.
- Host: GitHub
- URL: https://github.com/jienagu/Shiny_Full_Flow
- Owner: jienagu
- Created: 2019-05-08T17:46:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T14:41:33.000Z (almost 6 years ago)
- Last Synced: 2024-08-13T07:15:40.005Z (8 months ago)
- Language: R
- Size: 11.6 MB
- Stars: 87
- Watchers: 4
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - jienagu/Shiny_Full_Flow - This app demonstrates the basic work flow from data entry to dynamic report. (R)
README
# A full workflow Shiny App
### **This app demonstrates the basic work flow from data entry to dynamic report. This display might be useful to create and host a small-scaled data platform and reporting system **without incorporating Database** such as documenting team projects progress or monthly or weekly marketing performance platform.**#### Data Entry: Users can add (modify, delete) data directly from the interface end.
#### Data Visualization: Users can drill down specific category by clicking the pie in the pie chart. Clicking "Back" to turn back to previous view.
#### Dynamic Reporting: Users can write down their comments and download reports in pdf, word or presentation.Live app: https://appforiarteam.shinyapps.io/Shiny_Plotly/
* Log in
* Data Entry from UI side
Note: Here is a DT editor shiny module that can fit for any data.table. You just need to create your data.table and load it to the same location of your shiny app as note.rds Repo: https://github.com/jienagu/DT_editor_shiny_module
* Drill down (interactive data visualization)
* Dynamic Report
* Dynamic Presentation
### Acknowledgement
Inspired by a post from @cpsievert on @rstudio community forum (https://community.rstudio.com/t/shiny-developer-series-episode-1-follow-up-thread/29491).