Learn R Programming

SafeMapper (version 1.0.0)

.execute_batch: Execute Single Batch

Description

Execute Single Batch

Usage

.execute_batch(
  data,
  func,
  batch_indices,
  mode,
  .options = NULL,
  .env_globals = NULL,
  .progress = FALSE,
  ...
)

Value

List of batch results.

Arguments

data

List of input data.

func

Function to apply.

batch_indices

Integer vector of indices for this batch.

mode

Character operation mode.

...

Additional arguments passed to func.