Create shinylive iframe
create_app_link(
app_code,
mode = c("app", "editor"),
header = TRUE,
height = "852"
)
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.
How to display the shinylive app. Default to app mode.
Whether to display the shinylive header. Default to TRUE.
iframe height. Useful to setup custom viewport dimensions. Default to iphone15 height.