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
c1ffdc04
Commit
c1ffdc04
authored
3 years ago
by
Richard Cornes
Browse files
Options
Download
Email Patches
Plain Diff
Added directory creation command
parent
8c89abab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
rscripts/get_height_ens.R
rscripts/get_height_ens.R
+1
-0
No files found.
rscripts/get_height_ens.R
View file @
c1ffdc04
...
...
@@ -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
)
...
...
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