tar_rep2_run {tarchetypes} | R Documentation |
tar_rep2()
batches.Not a user-side function. Do not invoke directly.
tar_rep2_run(command, batches, iteration, rep_workers)
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. |
The result of batched replication.