Explorar el Código

Modified app to use ui_ and server_, and not set port and host

static
Maxime Wack hace 6 años
padre
commit
b57c68dd59
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      app.R

+ 3
- 3
app.R Ver fichero

@@ -1,5 +1,5 @@
source("misc.R")
source("UI.R")
source("server.R")
source("UI_.R")
source("server_.R")

shinyApp(ui, server, options = list(host = "0.0.0.0", port = 4377))
shinyApp(ui, server) # options = list(host = "0.0.0.0", port = 4377))

Cargando…
Cancelar
Guardar