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
37ffb159
Commit
37ffb159
authored
3 years ago
by
Richard Cornes
Browse files
Options
Download
Email Patches
Plain Diff
Update quote=FALSE for new versions of R
parent
269ac9be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
rscripts/get_gridded_vals.R
rscripts/get_gridded_vals.R
+1
-1
No files found.
rscripts/get_gridded_vals.R
View file @
37ffb159
...
...
@@ -94,7 +94,7 @@ for ( year in my_args[1]:my_args[2] ) {
##hts.by.id <- read.table(paste0("ENS_HTS/htbyid_",year,".psv.gz"),header=F,sep="|")
hts_file_id
<-
file.path
(
out_dir
,
sprintf
(
"htbyid_%s.psv"
,
year
))
if
(
file.exists
(
hts_file_id
)){
hts.by.id
<-
read.table
(
hts_file_id
,
header
=
F
,
sep
=
"|"
,
comment.char
=
""
,
quote
=
FALSE
)
hts.by.id
<-
read.table
(
hts_file_id
,
header
=
F
,
sep
=
"|"
,
comment.char
=
""
,
quote
=
""
)
cat
(
"got ID hts"
,
"\n"
)
}
else
{
cat
(
'no height file, skipping'
,
year
,
"\n"
)
...
...
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