ShinyDashboard vs. flexDashboard
– ShinyDashboard https://rstudio.github.io/shinydashboard/
– flexDashboard http://rmarkdown.rstudio.com/flexdashboard/
cf> tableau https://www.tableau.com
https://www.reddit.com/r/rstats/comments/6exqbp/shiny_vs_shinydashboard_vs_flexdashboard/
shinydashboard
dashboard를 쉽게 만들기 위한 Shiny의 기본적인 template (Shiny만으로 dashboard를 만들기 쉽지 않기 때문)
it sacrifices flexibility for simplicity and convenience
flexdashboard
- Use R Markdown to publish a group of related data visualizations as a dashboard.
- Optionally use Shiny to drive visualizations dynamically.
-
Support for a wide variety of components including htmlwidgets; base, lattice, and grid graphics; tabular data; gauges and value boxes; and text annotations.
-
Flexible and easy to specify row and column-based layouts. Components are intelligently re-sized to fill the browser and adapted for display on mobile devices.
-
Storyboard layouts for presenting sequences of visualizations and related commentary.
a Shiny builder using Rmarkdown instead of the straight-up coding with Shiny.
장점: static file(rmarkdown file)로 complie할수 있다.