Skip to content

Commit 6abcbbb

Browse files
committed
add return statement
1 parent 89be6a0 commit 6abcbbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/fun_run_shiny.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ run_shiny <- function(){
99
## make resources available globally from non standard location
1010
addResourcePath("www", system.file("www", package = "shinysse"))
1111
shiny_app <- shinyApp(ui = app_ui, server = app_server)
12+
return(shiny_app)
1213
}

0 commit comments

Comments
 (0)