We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89be6a0 commit 6abcbbbCopy full SHA for 6abcbbb
R/fun_run_shiny.R
@@ -9,4 +9,5 @@ run_shiny <- function(){
9
## make resources available globally from non standard location
10
addResourcePath("www", system.file("www", package = "shinysse"))
11
shiny_app <- shinyApp(ui = app_ui, server = app_server)
12
+ return(shiny_app)
13
}
0 commit comments