kin.batch.process: Process multiple trials in parallel

View source: R/kin.batch.R

kin.batch.processR Documentation

Process multiple trials in parallel

Description

Process multiple trials in parallel

Usage

kin.batch.process(
  data,
  start_positions,
  end_positions,
  refresh_rate = 1/120,
  n_cores = NULL,
  progress = TRUE
)

Arguments

data

Data frame containing all trials

start_positions

List of start positions for each trial

end_positions

List of end positions for each trial

refresh_rate

Sampling rate in seconds

n_cores

Number of cores to use for parallel processing

progress

Show progress bar

Value

List of processed trials


ccamp83/kinesis documentation built on July 4, 2025, 6:19 p.m.