| create_app_link | R Documentation | 
Create shinylive iframe
create_app_link(
  app_code,
  mode = c("app", "editor"),
  header = TRUE,
  height = "852"
)
| app_code | base64 app code. You can create it from https://shinylive.io/r by writing code and click on share and copy the link. The code is located at the end of the url. | 
| mode | How to display the shinylive app. Default to app mode. | 
| header | Whether to display the shinylive header. Default to TRUE. | 
| height | iframe height. Useful to setup custom viewport dimensions. Default to iphone15 height. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.