A high level question from someone new to the activity of building websites based on R code:
I am trying to understand the relationship between Shiny and the facilities offered by rmarkdown to render interactive and/or web content (e.g., using rmarkdown::render_site()
, flexdashboard
).
What triggered this question is reading on the rmarkdown
documentation that:
R Markdown documents are a perfect platform for interactive content.
Plus seeing these great dashboards made with flexdashboard
.
To navigate the various options available to building websites based on R code, I would like to know:
how
Shiny
articulates with the capabilities offered byrmarkdown
?how
Shiny
programming compares, in terms of ease/scalability/flexibility, withrmarkdown
/flexdashboard
?
I have done a fairly big shiny
app and want to know whether I should try to migrate to e.g., flexdahboard
.