deploy: Deploy (copy) the shiny application to the specified...

View source: R/deploy.R

deployR Documentation

Deploy (copy) the shiny application to the specified directory

Description

Deploy (copy) the shiny application to the specified directory

Usage

deploy(directory = "/srv/shiny-server", app_name = "NACHO")

Arguments

directory

[character] A character vector of one path to the new location.

app_name

[character] A character vector defining the shiny application name in the new location.

Value

[logical] A logical indicating whether the deployment is successfull (TRUE) or not (FALSE).

Examples


deploy(directory = ".")

if (interactive()) {
  shiny::runApp("NACHO")
}


NACHO documentation built on Aug. 8, 2023, 1:08 a.m.