create_shinylive_url | R Documentation |
Creates Shinylive url based on app code.
create_shinylive_url(code, mode = c("app", "editor"), header = TRUE)
code |
( |
mode |
( |
header |
( |
(character(1)
) Shinylive app url.
code <- "this is your app code as a string"
create_shinylive_url(code)
create_shinylive_url(code, header = FALSE)
create_shinylive_url(code, mode = "editor")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.