Learn R Programming

SafeMapper (version 1.0.0)

.execute_batch_with_retry: Execute Batch with Retry Logic

Description

Execute Batch with Retry Logic

Usage

.execute_batch_with_retry(data, func, batch_indices, mode, config, ...)

Value

List of batch results.

Arguments

data

List of input data.

func

Function to apply.

batch_indices

Integer vector of indices.

mode

Character operation mode.

config

Configuration list.

...

Additional arguments.