Commit b7e848c9 authored by ricorne's avatar ricorne
Browse files

Added recursive to dir.create

parent cb4791d3
......@@ -30,7 +30,7 @@ drop<-c("wmi","is","es","rs","ir","rrr","qci","mds","osz","oov","ooz","opv",
"oav","oaz","wx","sx","eoh","hop","smf","sme","smv")
#call.dcks <-c(128,233,254,255,555,700,708,709,732,735,749,781,792,849,874,875,888,889,892,926,927,992,993,995,999)
if (!dir.exists(paste0(config$output_dir,"MFILES_SHIP_PROC"))) dir.create(paste0(config$output_dir,"MFILES_SHIP_PROC"))
if (!dir.exists(paste0(config$output_dir,"MFILES_SHIP_PROC"))) dir.create(paste0(config$output_dir,"MFILES_SHIP_PROC"), recursive=TRUE)
options(warn=1)
if ( length(my_args) < 2 ) {my_args<-my_args2}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment