Skip to content

Commit

Permalink
Update shinyDiagnostics.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Marta Alcalde-Herraiz committed Nov 15, 2024
1 parent 53047f2 commit b12509f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/shinyDiagnostics.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ shinyDiagnostics <- function(result,
omopgenerics::exportSummarisedResult(result,
fileName = "result.csv",
path = file.path(directory, "shiny", "data", "raw"))
shiny::shinyAppDir(file.path(directory, "shiny"))
# shiny::shinyAppDir(file.path(directory, "shiny"))
if (isTRUE(open)) {
usethis::proj_activate(path = file.path(directory,"shiny"))
}
Expand Down

0 comments on commit b12509f

Please sign in to comment.