Learn R Programming

shinyMobile (version 2.0.0)

create_app_link: Create shinylive iframe

Description

Create shinylive iframe

Usage

create_app_link(
  app_code,
  mode = c("app", "editor"),
  header = TRUE,
  height = "852"
)

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.

height

iframe height. Useful to setup custom viewport dimensions. Default to iphone15 height.