powered by
Creates Shinylive url based on app code.
create_shinylive_url(code, mode = c("app", "editor"), header = TRUE)
(character(1)) Shinylive app url.
character(1)
(character(1)) A string with app code.
(character(1)) A string with mode. One of "app" or "editor". Default is "app".
(logical(1)) A logical value indicating whether to include header. Ignored if mode is "editor".
logical(1)
mode
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")
Run the code above in your browser using DataLab