powered by
Scans a folder and imports all matching .raw files into a list.
read_thermal_batch(folder_path, pattern = "\\.raw$", recursive = FALSE, ...)
A named list of "BioThermR" objects.
String. Path to the folder.
String. Regex pattern. Default is "\.raw$".
Logical. Default is FALSE.
Additional arguments passed to read_thermal_raw.
read_thermal_raw
# \donttest{ # Example using raw thermal files img_obj_list <- system.file("extdata",package = "BioThermR") img_list <- read_thermal_batch(img_obj_list) # }
Run the code above in your browser using DataLab