Upload app.R
Browse files
app.R
CHANGED
@@ -6,9 +6,9 @@ library(shiny)
|
|
6 |
# --------
|
7 |
|
8 |
#
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
#
|
13 |
#absolute_path=function(
|
14 |
# APP_HOME
|
|
|
6 |
# --------
|
7 |
|
8 |
#
|
9 |
+
PROYECT_HOME=dirname(rstudioapi::getActiveDocumentContext()$path)
|
10 |
+
setwd(PROYECT_HOME)
|
11 |
+
list.files(getwd())
|
12 |
#
|
13 |
#absolute_path=function(
|
14 |
# APP_HOME
|