Building a R Shiny Web Application From Scratch - Part 2

preview_player
Показать описание
#rstats #dashboard #shiny #rstudio #datascience
In this video we are implementing the logic of adding back the visualization to the main page when we are clicking th action link.

To do that, we are taking advantage of the communication between Shiny and JavaScript. JavaScript tells us which action link has been clicked and sends the information to a shiny observer which then gets triggrered. Afterwards, the html + the plotly plot gets inserted into the main page with the help of a custom function we are creating.

Рекомендации по теме