We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b659a3 commit 253a899Copy full SHA for 253a899
R/parse_oceanoptics_converted.R
@@ -66,7 +66,7 @@ lr_parse_jaz <- function(filename) {
66
# Some files are missing the ending "tag". Let's then assume that data go to
67
# the end of file.
68
if (length(data_end)==0) {
69
- data_end = length(content)
+ data_end <- length(content)
70
}
71
72
# Some files have an extra header for the data, some don't...
0 commit comments