Each chunk comes encapsulated in a data.frame
work_chunk(df, fun, const_args = list(), rettype = "list",
common_seed = NULL, progress = FALSE)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
A list of call results (or try-error if they failed)