Relative Content

Tag Archive for shinyr-markdownhtmlwidgets

Passing Rmarkdown html widgets to Shiny

I have the following interactive Rmarkdown file and I want to pass it to Shiny as I want to download it as both a word document and I want to display a preview of it. As you can see in the Rmarkdown file, I have a plotly plot where the user can interact with it.

Passing rmkardown html widegts to Shiny

I have the following interactive rmarkdown file and I want to pass it to shiny as I want to download it as both a word document and I want to display a preview of it. As you can see in the rmarkdown file, I have a plotly plot where the user can interact with it.