tar_map2_run {tarchetypes} | R Documentation |
Run a dynamic batch of a tar_map2()
target.
Description
Run a dynamic batch of a tar_map2()
target.
Usage
tar_map2_run(command, values, columns, rep_workers)
Arguments
command |
Command to run. |
values |
Data frame of named arguments produced by |
columns |
tidyselect expression to select columns of |
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. |
Details
For internal use only. Users should not invoke this function directly.
Value
A data frame with a tar_group
column attached (if group
is not NULL
).
[Package tarchetypes version 0.11.0 Index]