pipeline_list: Create entire pipeline list

View source: R/project-pipeline.R

pipeline_listR Documentation

Create entire pipeline list

Description

Create entire pipeline list

Usage

pipeline_list(..., .version = "3.0", .population_size = 1000L)

Arguments

...

all actions and comments that go into the entire project pipeline. These can be provided as a mixture of single actions (from pipeline_action() function) or as lists of actions (from c_action() function.)

.version

version of opensafely to use

.population_size

size of dummy data expectations

Details

This function is used to put all actions together in the entire project list, as well as specifying the project frontmatter (version and expectations).

Value

A list


wjchulme/osutils documentation built on Dec. 20, 2024, 9:56 a.m.