build_setup_pipeline
rewrites the remake.yml
file to include new
studies.
build_setup_pipeline(
dataset_ids = dir("data"),
method = "base",
database_name = "database",
template = select_pipeline_template(method),
workers = 1
)
dataset_id
's to include; by default includes all
Approach to use in build
Name of database to be built
Template used to build
Number of workers/parallel processes to use when using method = "furrr"
Updated remake.yml
file