Learn R Programming

BioThermR (version 0.1.0)

read_thermal_batch: Batch Read .raw Files

Description

Scans a folder and imports all matching .raw files into a list.

Usage

read_thermal_batch(folder_path, pattern = "\\.raw$", recursive = FALSE, ...)

Value

A named list of "BioThermR" objects.

Arguments

folder_path

String. Path to the folder.

pattern

String. Regex pattern. Default is "\.raw$".

recursive

Logical. Default is FALSE.

...

Additional arguments passed to read_thermal_raw.

Examples

Run this code
# \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