powered by
Deploy (copy) the shiny application to the specified directory
deploy( directory = "/srv/shiny-server", app_name = "insane", demo = FALSE, overwrite = FALSE )
[logical] A logical indicating whether the deployment is successfull (TRUE) or not (FALSE).
TRUE
FALSE
[character] A character vector of one path to the new location.
[character] A character vector defining the shiny application name in the new location.
[logical] A logical indicating if examples spreadsheets should be copied in the app.
[logical] A logical indicating if existing destination files should be overwritten.
deploy(directory = ".") if (interactive()) { shiny::runApp("insane") }
Run the code above in your browser using DataLab