-
Notifications
You must be signed in to change notification settings - Fork 20
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
Comments
Here's a nice thumbnail summary of difference between Shiny, shinydashboard, and flexdashboard, which are all RStudio products. ShinyShiny 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 shinydashboardThe R Studio default is https://rstudio.github.io/shinydashboard/ Bus example is very good for showing Shiny widgets interacting with a map, flexdashboardFlexdashboard 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. |
shinydashboardPlusAdd lots of new modern buttons, widgets, and boxes to shiny! note: to run examples it requires 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. |
The City of Pittsburg has an amazing dashboard example, built entirely in R and completely open source https://github.com/CityofPittsburgh/burghs-eye-view |
Document various dashboard options within shiny
The text was updated successfully, but these errors were encountered: