create_app_link: Create shinylive iframe
Description
Create shinylive iframe
Usage
create_app_link(app_code, mode = c("app", "editor"), header = TRUE)
Arguments
- 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.