Commit c1ffdc04 authored by Richard Cornes's avatar Richard Cornes
Browse files

Added directory creation command

parent 8c89abab
......@@ -624,6 +624,7 @@ for ( year in my_args[1]:my_args[2] ) {
} ## end test for pre-pub47
if ( TRUE ) {
if(!dir.exists(out_dir)) dir.create(out_dir)
## output heights for reports with known ids
fn.out <- paste0(out_dir,"htbyid_",year,".psv")
write.table(ship.ht.ens, file=fn.out, append=F, sep="|", col.names = FALSE)
......
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