This post we turn to R-shiny.
- First, we embed someone else’s existing shiny-app as an example to check that everything works as expected. For the embedding we use an iframe.
- We install the wordpress plugin Reframer
The R-shiny app is from http://stla.github.io and is referenced in this post
The entire code is this
<iframe width="100%" height="700px" src="https://stla.shinyapps.io/3Dsliced/" allowfullscreen="allowfullscreen"> </iframe>
Success!
So with this out of the way, next we’ll show our own shiny app.