Can I embed (iframe) Shiny apps in other websites from RStudio Connect?

Follow

Yes!

A shiny app can be put in an iframe in another website from RStudio Connect. 

<iframe src="https://connect.my_domain.com/my_app" width: 100%; height: 500px;">

Comments