task_bundle_combine: Combine task bundles

View source: R/task_bundle_combine.R

task_bundle_combineR Documentation

Combine task bundles

Description

Combine two or more task bundles

Usage

task_bundle_combine(..., bundles = list(...), name = NULL, overwrite = FALSE)

Arguments

...

Any number of task bundles

bundles

A list of bundles (used in place of ... and probably more useful for programming).

name

Group name

overwrite

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.

Details

For now task bundles must have the same function to be combined.


mrc-ide/queuer documentation built on June 4, 2023, 5:40 a.m.