
Apply song_stats functions to Wave Objects in Parallel
Source:R/batch_song_stats.R
batch_song_stats.Rd
Processes multiple Wave
objects in parallel using song_stats_lq()
, suppresses plots,
and combines results into a structured list of tables.
Arguments
- wave_objects
A list of
Wave
objects or a character vector of object names.- cores
Number of CPU cores to use (default:
parallel::detectCores() - 1
).- q
Character. Either "low" to use the
song_stats_lq()
function or "high" to call thesong_stats_hq()
function.- ...
Additional arguments passed to
song_stats_lq()
orsong_stats_hq()
.