Skip to content

Commit 3ddfa50

Browse files
committed
fix bug in filtering files
1 parent 5cdf52d commit 3ddfa50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/NEW_00_main_CalibraCurve.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ CalibraCurve <- function(data_path = NULL,
160160

161161
### check if all files are valid (correct file type)
162162

163-
all_files <- all_files[filetable$file_ext == filetype]
163+
filetable <- filetable[filetable$file_ext == filetype,]
164164

165165

166166

0 commit comments

Comments
 (0)