Each chunk comes encapsulated in a data.frame
work_chunk(
df,
fun,
const = list(),
rettype = "list",
common_seed = NULL,
progress = FALSE
)
A list of call results (or try-error if they failed)
A data.frame with call IDs as rownames and arguments as columns
The function to call
Constant arguments passed to each call
Return type of function
A seed offset common to all function calls
Logical indicated whether to display a progress bar