Combine two or more task bundles
task_bundle_combine(..., bundles = list(...), name = NULL, overwrite = FALSE)
Any number of task bundles
A list of bundles (used in place of ...
and
probably more useful for programming).
Group name
Logical indicating if an existing bundle with the
same name should be overwritten. If FALSE
and a bundle
with this name already exists, an error will be thrown.
For now task bundles must have the same function to be combined.