tar_rep2_run {tarchetypes} | R Documentation |
Run tar_rep2()
batches.
Description
Not a user-side function. Do not invoke directly.
Usage
tar_rep2_run(command, batches, iteration, rep_workers)
Arguments
command |
R expression, the command to run on each rep. |
batches |
Named list of batch data to map over. |
iteration |
Iteration method: |
rep_workers |
Positive integer of length 1, number of local R processes to use to run reps within batches in parallel. If 1, then reps are run sequentially within each batch. If greater than 1, then reps within batch are run in parallel using a PSOCK cluster. |
Value
The result of batched replication.
[Package tarchetypes version 0.11.0 Index]