Skip to content

This app demonstrates the basic work flow from data entry to dynamic report.

Notifications You must be signed in to change notification settings

jienagu/Shiny_Full_Flow

Repository files navigation

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 gif1

  • 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 gif2

  • Drill down (interactive data visualization) gif3

  • Dynamic Report gif4

  • Dynamic Presentation gif5

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).

About

This app demonstrates the basic work flow from data entry to dynamic report.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages