Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
brivas
ICOADS R HOSTACE
Commits
b7e848c9
Commit
b7e848c9
authored
3 years ago
by
ricorne
Browse files
Options
Download
Email Patches
Plain Diff
Added recursive to dir.create
parent
cb4791d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
rscripts/process_ships.R
rscripts/process_ships.R
+1
-1
No files found.
rscripts/process_ships.R
View file @
b7e848c9
...
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment