Skip to content
Snippets Groups Projects
Unverified Commit 0fd0a61e authored by Todor Kondic's avatar Todor Kondic
Browse files

shiny-ui-top: Update launch

* R/shiny-ui-top.R(launch): Update.
parent 5a9ce0fe
No related branches found
No related tags found
No related merge requests found
...@@ -102,6 +102,6 @@ launch <- function(GUI=T,fn_conf="",wd=getwd(),...) { ...@@ -102,6 +102,6 @@ launch <- function(GUI=T,fn_conf="",wd=getwd(),...) {
if (nchar(fn_conf)==0) { if (nchar(fn_conf)==0) {
fn_conf <- commandArgs(trailingOnly=T)[[1]] fn_conf <- commandArgs(trailingOnly=T)[[1]]
} }
run(fn_conf) return(run(fn_conf))
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment