Skip to content

Commit 253a899

Browse files
committed
Change = for <-
1 parent 5b659a3 commit 253a899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/parse_oceanoptics_converted.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ lr_parse_jaz <- function(filename) {
6666
# Some files are missing the ending "tag". Let's then assume that data go to
6767
# the end of file.
6868
if (length(data_end)==0) {
69-
data_end = length(content)
69+
data_end <- length(content)
7070
}
7171

7272
# Some files have an extra header for the data, some don't...

0 commit comments

Comments
 (0)