“The first duty in life is to be as artificial as possible. What the second duty is no one has as yet discovered.” Oscar Wilde
 
Show R shiny app in WordPress

Show R shiny app in WordPress

This post we turn to R-shiny.

  1. 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.
  2. 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.

PHP Code Snippets Powered By : XYZScripts.com