At the risk of getting hit with a mods "too broad a question" hammer, I want to ask given the plethora of interactive R Shiny
tools and packages emerging, when do you use which one?
Shiny - to me only downside your project needs to run from shiny server but seems the best choice.
shinydashboard - Shiny but has nice Value boxes for callouts.
flexdashboard - write it up in Rmd. What does that gain you that straight Shiny does not? Perhaps, useful to email to a client provided you are happy to pass over data? I have been playing around with
flexdashboard
but its inability to work with datatable (library(DT)) makes me feel like it needs a few more iterations.
Looking at other answers, I am not alone in asking this question.
The creators are providing lots of galleries out there to showcase their packages/approach, but how do you know which path to go on?
What are the clear advantages of using one over the other?