ShinyDashboard vs. flexDashboard

Published by onesixx on

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/

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

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할수 있다. 

 

Categories: R-Shiny

onesixx

Blog Owner

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x