Update app.R
Browse files
app.R
CHANGED
@@ -6,7 +6,7 @@ library(dplyr)
|
|
6 |
# 0. routing
|
7 |
# --------
|
8 |
options(shiny.port = 7860)
|
9 |
-
options(shiny.host = "
|
10 |
#
|
11 |
PROYECT_HOME=dirname(rstudioapi::getActiveDocumentContext()$path)
|
12 |
setwd(PROYECT_HOME)
|
|
|
6 |
# 0. routing
|
7 |
# --------
|
8 |
options(shiny.port = 7860)
|
9 |
+
options(shiny.host = "159.65.249.154")
|
10 |
#
|
11 |
PROYECT_HOME=dirname(rstudioapi::getActiveDocumentContext()$path)
|
12 |
setwd(PROYECT_HOME)
|