Skip to contents

Compute file integrity diagnostics for several folders containing WAV files

Usage

wave_integrity_batch(parent_folder, n.cores = -1)

Arguments

parent_folder

Character. The path to the parent folder containing folders with WAV files.

n.cores

Numeric. Number of cores to be used in the parallel processing. Defaults to -1, which means all but one core.

Value

A tibble with summary data on file size, including the last day with complete recordings and days with corrupted files (i.e., smaller than most).

Examples

if (FALSE) { # \dontrun{
wave_integrity_batch(parentFolder)
} # }