I am wondering if one can integrate R shiny into the current website (PHP or RoR). I just want to leverage the power of R Shiny to make an app embedded into the current website.
An alternative is to use an iframe (HTML), as is described here: https://groups.google.com/forum/?fromgroups=#!topic/shiny-discuss/2VwEWXYJwYs
An example is shown here: http://stla.overblog.com/reactive-3d-surface
Hope this helps