tar_map2_run | R Documentation |
tar_map2()
target.Run a dynamic batch of a tar_map2()
target.
tar_map2_run(command, values, columns, rep_workers)
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. |
For internal use only. Users should not invoke this function directly.
A data frame with a tar_group
column attached (if group
is not NULL
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.