Deploy (copy) the shiny application to the specified directory
Value
[logical] A logical indicating whether the deployment is successfull (TRUE
) or not (FALSE
).
Examples
deploy(directory = ".")
#> [1] TRUE
if (interactive()) {
shiny::runApp("NACHO")
}