Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard examples and technologies #6

Open
geneorama opened this issue Nov 14, 2019 · 3 comments
Open

Dashboard examples and technologies #6

geneorama opened this issue Nov 14, 2019 · 3 comments

Comments

@geneorama
Copy link
Member

Document various dashboard options within shiny

@geneorama
Copy link
Member Author

geneorama commented Nov 14, 2019

Here's a nice thumbnail summary of difference between Shiny, shinydashboard, and flexdashboard, which are all RStudio products.

https://stackoverflow.com/questions/37992147/r-shiny-which-hammer-straight-shiny-flexdashboard-or-shinydashboard

Shiny

Shiny is the base for any application development. Start here: https://shiny.rstudio.com/ for tutorials, documentation, examples, reference etc.

Also visit RStudio's extensive shiny examples: https://github.com/rstudio/shiny-examples

shinydashboard

The R Studio default is https://rstudio.github.io/shinydashboard/

Bus example is very good for showing Shiny widgets interacting with a map,
https://gallery.shinyapps.io/086-bus-dashboard/
source: https://github.com/rstudio/shiny-examples/tree/master/086-bus-dashboard

flexdashboard

Flexdashboard is "just a markdown doc that looks like a dashboard", see: https://rmarkdown.rstudio.com/flexdashboard/

Also, see https://rmarkdown.rstudio.com/lesson-12.html for more information on flex dashboards and how to render, and a link to work in RStudio Cloud.

@geneorama
Copy link
Member Author

geneorama commented Nov 15, 2019

shinydashboardPlus

Add lots of new modern buttons, widgets, and boxes to shiny!
https://rinterface.github.io/shinydashboardPlus/

note: to run examples it requires styler, shinyAce, shinyWidgets, shinyEffects, and shinyjqui

Actually, there are many related projects in their user on Github https://github.com/RinteRface

and they have a page about their company https://rinterface.com/, which links to their bootstrap 4 based shinydashbaord, which is open source.

@geneorama
Copy link
Member Author

The City of Pittsburg has an amazing dashboard example, built entirely in R and completely open source

https://github.com/CityofPittsburgh/burghs-eye-view
https://pittsburghpa.shinyapps.io/BurghsEyeView/

It's filterable, and with a few clicks you can get here:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant