modify file structure

This commit is contained in:
2025-11-30 12:32:43 -05:00
parent ea010814eb
commit 2213812e5f
4 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
"command": "Rscript", "command": "Rscript",
"args": [ "args": [
"-e", "-e",
"\"rmarkdown::run('dashboard.Rmd', shiny_args = list(host = '127.0.0.1', port = 1234))\"" "\"rmarkdown::run('app/dashboard.Rmd', shiny_args = list(host = '127.0.0.1', port = 1234))\""
], ],
"group": { "group": {
"kind": "test", "kind": "test",
View File
View File
View File