如何将R shine集成到当前应用程序中

时间:2022-09-15 15:51:55

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. But as far as I know Shiny needs to run on its own server instead of Apache. Is it possible for a seamless integration without using iframe?

我想知道是否可以将R shiny集成到当前网站(PHP或RoR)。我只想利用R Shiny的强大功能将应用程序嵌入到当前网站中。但据我所知,Shiny需要在自己的服务器而不是Apache上运行。是否可以在不使用iframe的情况下实现无缝集成?

Thanks

谢谢

1 个解决方案

#1


10  

An alternative is to use an iframe (HTML), as is described here: https://groups.google.com/forum/?fromgroups=#!topic/shiny-discuss/2VwEWXYJwYs

另一种方法是使用iframe(HTML),如下所述:https://groups.google.com/forum/?fromgroups =#!topic / shiny-discuss / VwEWXYJwYs

An example is shown here: http://stla.overblog.com/reactive-3d-surface

此处显示了一个示例:http://stla.overblog.com/reactive-3d-surface

Hope this helps

希望这可以帮助

#1


10  

An alternative is to use an iframe (HTML), as is described here: https://groups.google.com/forum/?fromgroups=#!topic/shiny-discuss/2VwEWXYJwYs

另一种方法是使用iframe(HTML),如下所述:https://groups.google.com/forum/?fromgroups =#!topic / shiny-discuss / VwEWXYJwYs

An example is shown here: http://stla.overblog.com/reactive-3d-surface

此处显示了一个示例:http://stla.overblog.com/reactive-3d-surface

Hope this helps

希望这可以帮助